docdir set in doc/Makefile.am

Elias Pipping <[email protected]> Sun, 01 Jan 2012 18:36:39 +0100
Newsgroups gmane.comp.gnu.indent.bugs
Message-ID <[email protected]>
Hi,

with indent 2.2.11, doc/Makefile.am contains the line

  docdir = $(prefix)/doc/@PACKAGE@

As a result, passing --docdir to the configure script has no effect.

I'm attaching a patch that removes the aforementioned line.


Best regards,

Elias Pipping

_______________________________________________
bug-indent mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-indent
indent-2.2.11-docdir.patch (text/x-patch, 304 B)
Source: Elias Pipping <[email protected]>
Upstream: no
Reason: docdir is set by --docdir
--- indent-2.2.11/doc/Makefile.am
+++ indent-2.2.11/doc/Makefile.am
@@ -2,7 +2,6 @@
 
 info_TEXINFOS = indent.texinfo
 
-docdir = $(prefix)/doc/@PACKAGE@
 dvidir = $(docdir)
 psdir = $(docdir)
 pdfdir = $(docdir)