diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-09 14:49:21 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-09 14:49:21 +0000 |
commit | f87b81c36d13160b0f2ae9058c548061b4cef6ae (patch) | |
tree | aba38049520bf3ea296d33796b57addfbe780e88 /Build/source/utils/xindy/ChangeLog.TL | |
parent | ad4c3b9a96fd70284e4bf55ff0bab0578fb95345 (diff) |
build system: more utils/xindy/ and general cleanup
git-svn-id: svn://tug.org/texlive/trunk@13020 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/ChangeLog.TL')
-rw-r--r-- | Build/source/utils/xindy/ChangeLog.TL | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/utils/xindy/ChangeLog.TL b/Build/source/utils/xindy/ChangeLog.TL index 84c3a2a4645..fce65209742 100644 --- a/Build/source/utils/xindy/ChangeLog.TL +++ b/Build/source/utils/xindy/ChangeLog.TL @@ -1,3 +1,17 @@ ChangeLog.TL: Changes for xindy (teTeX / TeX Live) ====================================================== +2009-05-08 Peter Breitenlohner <peb@mppmu.mpg.de> + + Adapt to TL2009 build system. + * configure.ac, Makefile.am: Adapt. + * 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. + + Allow parallel builds: + * binaries/Makefile.am: Add '.NOTPARALLEL:'. + * rte/Makefile.am: Serialize rule that creates two targets. + + * configure.ac: Remove '--with-clisp=...', use 'CLISP=...'. + |