[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6074] give directory holding texindex program
From: |
Gavin D. Smith |
Subject: |
[6074] give directory holding texindex program |
Date: |
Thu, 29 Jan 2015 01:45:34 +0000 |
Revision: 6074
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6074
Author: gavin
Date: 2015-01-29 01:45:33 +0000 (Thu, 29 Jan 2015)
Log Message:
-----------
give directory holding texindex program
Modified Paths:
--------------
trunk/man/Makefile.am
Modified: trunk/man/Makefile.am
===================================================================
--- trunk/man/Makefile.am 2015-01-29 00:08:18 UTC (rev 6073)
+++ trunk/man/Makefile.am 2015-01-29 01:45:33 UTC (rev 6074)
@@ -45,7 +45,7 @@
mi_perl5lib_path =
"$(tpdir):$(tplibdir)/libintl-perl/lib:$(tplibdir)/Unicode-EastAsianWidth/lib:$(tplibdir)/Text-Unidecode/lib"
mi_perl5lib = PERL5LIB=$(mi_perl5lib_path); export PERL5LIB
-# Set up the variables. makeinfo is no longer a .exe(cutable).
+# Set up the variables. makeinfo, texindex are no longer a .exe(cutable).
man_rule_0 = \
exe_ext="$(EXEEXT)" \
&& program=`expr '/$@' : '.*/\(.*\)\.1'` \
@@ -53,7 +53,7 @@
makeinfo) dir=tp; $(mi_perl5lib); exe_ext="";; \
info*) dir=info; test $$program != info || program=g$$program;; \
*install-info) dir=install-info; program=g$$program;; \
- *texindex) dir=texindex;; \
+ *texindex) dir=texindex; exe_ext="";; \
*) dir=util;; esac \
&& dir="$(top_builddir)/$(native_tools)/$$dir" \
&& h2m="$(srcdir)/$$program.h2m"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6074] give directory holding texindex program,
Gavin D. Smith <=