summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/xindy-2.4-PATCHES/patch-64-do_not_rebuild
blob: 9a5e2e7e117cf3150469208bf7c7dc0cdea43ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
	Do not rebuild the distributed file romanian/latin2.pl
	again and again.

diff -ur -N -x Makefile.in -x autom4te.cache xindy.orig/make-rules/alphabets/Makefile.am xindy/make-rules/alphabets/Makefile.am
--- xindy.orig/make-rules/alphabets/Makefile.am	2010-05-02 10:31:37.000000000 +0200
+++ xindy/make-rules/alphabets/Makefile.am	2011-03-02 18:03:12.000000000 +0100
@@ -814,13 +814,10 @@
 	sed -e 's/@.{\([^}]*\)}//g;' <$< | \
 	$(CONVERT_FROM_UTF8)CP850 >$@
 
-romanian/latin2.pl : romanian/utf8.pl
+romanian/latin2.pl : romanian/utf8.pl.in
 	sed -e 's/@u{\([^}]*\)}//g;' -f $(srcdir)/rom-comma-kludge.sed <$< | \
 	$(CONVERT_FROM_UTF8)ISO8859-2 >$@
 
-DISTCLEANFILES += \
-	romanian/latin2.pl
-
 %latin2.pl : %utf8.pl.in
 	sed -e 's/@u{\([^}]*\)}//g;' <$< | \
 	$(CONVERT_FROM_UTF8)ISO8859-2 >$@