summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-21-TL-no-date
diff options
context:
space:
mode:
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-date17
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
+