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


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)
_______________________________________________
bug-indent mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-indent

Reply via email to