[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6380] PERL5LIB for help2man
From: |
Gavin D. Smith |
Subject: |
[6380] PERL5LIB for help2man |
Date: |
Fri, 03 Jul 2015 15:02:28 +0000 |
Revision: 6380
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6380
Author: gavin
Date: 2015-07-03 15:02:27 +0000 (Fri, 03 Jul 2015)
Log Message:
-----------
PERL5LIB for help2man
Modified Paths:
--------------
trunk/ChangeLog
trunk/man/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-07-02 23:11:46 UTC (rev 6379)
+++ trunk/ChangeLog 2015-07-03 15:02:27 UTC (rev 6380)
@@ -1,3 +1,8 @@
+2015-07-03 Gavin Smith <address@hidden>
+
+ * man/Makefile.am (mi_perl5lib_path): Add directories containing
+ XSParagraph files.
+
2015-07-02 Gavin Smith <address@hidden>
* tp/Texinfo/Convert/XSParagraph/configure.ac: Retrieve "cc"
Modified: trunk/man/Makefile.am
===================================================================
--- trunk/man/Makefile.am 2015-07-02 23:11:46 UTC (rev 6379)
+++ trunk/man/Makefile.am 2015-07-03 15:02:27 UTC (rev 6380)
@@ -42,7 +42,7 @@
MAKEINFO = $(PERL) -I "$(tpdir)" "$(tpdir)"/texi2any.pl
#
tplibdir = $(tpdir)/maintain/lib
-mi_perl5lib_path =
"$(tpdir):$(tplibdir)/libintl-perl/lib:$(tplibdir)/Unicode-EastAsianWidth/lib:$(tplibdir)/Text-Unidecode/lib"
+mi_perl5lib_path =
"$(tpdir):$(tplibdir)/libintl-perl/lib:$(tplibdir)/Unicode-EastAsianWidth/lib:$(tplibdir)/Text-Unidecode/lib:$(tpdir)/Texinfo/Convert/XSParagraph:$(tpdir)/Texinfo/Convert/XSParagraph/lib"
mi_perl5lib = PERL5LIB=$(mi_perl5lib_path); export PERL5LIB
# Set up the variables. makeinfo, texindex are no longer a .exe(cutable).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6380] PERL5LIB for help2man,
Gavin D. Smith <=