blob: e7ec8733fabb5cebf0e264eec5377a75a9865f13 (
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-2.4.orig/make-rules/alphabets/Makefile.am xindy-2.4/make-rules/alphabets/Makefile.am
--- xindy-2.4.orig/make-rules/alphabets/Makefile.am 2010-05-02 10:31:37.000000000 +0200
+++ xindy-2.4/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 >$@
|