diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-12-08 16:26:27 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-12-08 16:26:27 +0000 |
commit | f217044c3339bba61b5fcfe8ca32e40374691cee (patch) | |
tree | c76684b3cf7fe72e68e330d6ca1b28342334aaf4 /Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-21-TL-no-date | |
parent | b56e2a773e09f674af759180e13634025d34e06f (diff) |
xindy-new update
git-svn-id: svn://tug.org/texlive/trunk@16331 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-21-TL-no-date')
-rw-r--r-- | Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-21-TL-no-date | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-21-TL-no-date b/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-21-TL-no-date new file mode 100644 index 00000000000..163625fa1b1 --- /dev/null +++ b/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-21-TL-no-date @@ -0,0 +1,17 @@ + For TL we prefer not to have files that differ just by the date. + +diff -ur -x Makefile.in -x autom4te.cache xindy.orig/make-rules/inputenc/Makefile.am xindy/make-rules/inputenc/Makefile.am +--- xindy.orig/make-rules/inputenc/Makefile.am 2009-12-03 01:31:28.000000000 +0100 ++++ xindy/make-rules/inputenc/Makefile.am 2009-12-07 23:42:02.000000000 +0100 +@@ -41,7 +41,11 @@ + latin3.xdy + + latin.xdy : latin1.xdy latin2.xdy latin3.xdy ++if TEXLIVE_BUILD ++ echo ';; Generated for TeX Live from $+' >latin.xdy ++else !TEXLIVE_BUILD + echo ';; Generated at' `date` 'from latin?.xdy' >latin.xdy ++endif !TEXLIVE_BUILD + echo >>latin.xdy + sort -u latin?.xdy | grep -v '^;' >>latin.xdy + |