summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/utils/xindy/ChangeLog.TL5
-rw-r--r--Build/source/utils/xindy/rte/Makefile.am2
-rw-r--r--Build/source/utils/xindy/rte/Makefile.in2
3 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/utils/xindy/ChangeLog.TL b/Build/source/utils/xindy/ChangeLog.TL
index 1ab09c5e330..63805235b25 100644
--- a/Build/source/utils/xindy/ChangeLog.TL
+++ b/Build/source/utils/xindy/ChangeLog.TL
@@ -1,6 +1,10 @@
ChangeLog.TL: Changes for xindy (teTeX / TeX Live)
======================================================
+2009-06-03 Karl Berry <karl@tug.org>
+
+ * rte/Makefile.am (XINDY_RUN): $(STRIP) it.
+
2009-05-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac, ac/xindy.ac: Reorganize for dual use:
@@ -38,4 +42,3 @@ ChangeLog.TL: Changes for xindy (teTeX / TeX Live)
* ac/xindy.ac (new): Configure options also shown at top-level.
* m4/tl_msg_error.m4 (new): Define TL_MSG_ERROR such that
'configure --disable-build' succeeds without clisp.
-
diff --git a/Build/source/utils/xindy/rte/Makefile.am b/Build/source/utils/xindy/rte/Makefile.am
index 3b05f54b40b..01ee8377f39 100644
--- a/Build/source/utils/xindy/rte/Makefile.am
+++ b/Build/source/utils/xindy/rte/Makefile.am
@@ -39,7 +39,7 @@ $(binariesdir)/$(XINDY_RUN):
$(MAKE) -C ordrules ordrulei.c
env CLISP_LINKKIT='$(CLISP_LIB)/linkkit' MAKE="$(MAKE)" \
sh '$(CLISP_LIB)/clisp-link' add-module-set ordrules '$(CLISP_LIB)/full' xindy-build-dir
- cp xindy-build-dir/$(LISP_RUN) $(binariesdir)/$(XINDY_RUN)
+ $(INSTALL_STRIP_PROGRAM) xindy-build-dir/$(LISP_RUN) $(binariesdir)/$(XINDY_RUN)
clean-local:
rm -rf xindy-build-dir
diff --git a/Build/source/utils/xindy/rte/Makefile.in b/Build/source/utils/xindy/rte/Makefile.in
index 521b346b6f1..f7560720e9e 100644
--- a/Build/source/utils/xindy/rte/Makefile.in
+++ b/Build/source/utils/xindy/rte/Makefile.in
@@ -547,7 +547,7 @@ $(binariesdir)/$(XINDY_RUN):
$(MAKE) -C ordrules ordrulei.c
env CLISP_LINKKIT='$(CLISP_LIB)/linkkit' MAKE="$(MAKE)" \
sh '$(CLISP_LIB)/clisp-link' add-module-set ordrules '$(CLISP_LIB)/full' xindy-build-dir
- cp xindy-build-dir/$(LISP_RUN) $(binariesdir)/$(XINDY_RUN)
+ $(INSTALL_STRIP_PROGRAM) xindy-build-dir/$(LISP_RUN) $(binariesdir)/$(XINDY_RUN)
clean-local:
rm -rf xindy-build-dir