summaryrefslogtreecommitdiff
path: root/Build/source/utils
diff options
context:
space:
mode:
authorVladimir Volovich <vvv@vsu.ru>2008-03-28 00:31:17 +0000
committerVladimir Volovich <vvv@vsu.ru>2008-03-28 00:31:17 +0000
commitc541c5132c331303daca622be27cecea60c8233a (patch)
tree407368b66c2dbb7d0ccd8f6dc82da8c41c7178b0 /Build/source/utils
parente0fe3e3d67ba885aa3fd03421c8e1819ad39b264 (diff)
tex2xindy/Makefile.am: put a commented-out line
#tex2xindy_LDADD = @LEXLIB@ in case we'll need to use LEXLIB git-svn-id: svn://tug.org/texlive/trunk@7193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rw-r--r--Build/source/utils/xindy/tex2xindy/Makefile.am2
-rw-r--r--Build/source/utils/xindy/tex2xindy/Makefile.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/utils/xindy/tex2xindy/Makefile.am b/Build/source/utils/xindy/tex2xindy/Makefile.am
index f43d6bc32d5..18f7b995a4e 100644
--- a/Build/source/utils/xindy/tex2xindy/Makefile.am
+++ b/Build/source/utils/xindy/tex2xindy/Makefile.am
@@ -23,6 +23,8 @@ bin_PROGRAMS = tex2xindy
tex2xindy_SOURCES = tex2xindy.l
+#tex2xindy_LDADD = @LEXLIB@
+
man_MANS = tex2xindy.1
EXTRA_DIST = $(man_MANS)
diff --git a/Build/source/utils/xindy/tex2xindy/Makefile.in b/Build/source/utils/xindy/tex2xindy/Makefile.in
index c95aaf7d4a8..554faffc37d 100644
--- a/Build/source/utils/xindy/tex2xindy/Makefile.in
+++ b/Build/source/utils/xindy/tex2xindy/Makefile.in
@@ -167,6 +167,8 @@ target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
tex2xindy_SOURCES = tex2xindy.l
+
+#tex2xindy_LDADD = @LEXLIB@
man_MANS = tex2xindy.1
EXTRA_DIST = $(man_MANS)
@MAINTAINER_MODE_TRUE@POD_DATE = `ident $< | grep '\$$Id' | sed -e 's/^.*,v [^ ]* //' -e 's/ .*//' -e s:/:-:g`