diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-03 00:43:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-03 00:43:22 +0000 |
commit | 8a2651fb8ab441337cb1482b2405335ca6aaf504 (patch) | |
tree | a898256ef8036bb8224bcdbafdc9489fb43f6350 /Build/source/utils | |
parent | 186368070c9cdd94bce27758ebadb699bc440c2f (diff) |
strip xindy.run (aka clisp)
git-svn-id: svn://tug.org/texlive/trunk@13590 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rw-r--r-- | Build/source/utils/xindy/ChangeLog.TL | 5 | ||||
-rw-r--r-- | Build/source/utils/xindy/rte/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/utils/xindy/rte/Makefile.in | 2 |
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 |