summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy/make-rules/alphabets/romanian/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy-new/xindy/make-rules/alphabets/romanian/Makefile.am')
-rw-r--r--Build/source/utils/xindy-new/xindy/make-rules/alphabets/romanian/Makefile.am25
1 files changed, 14 insertions, 11 deletions
diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/romanian/Makefile.am b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/romanian/Makefile.am
index 24aad4c1806..03f1b3fd326 100644
--- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/romanian/Makefile.am
+++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/romanian/Makefile.am
@@ -1,6 +1,6 @@
## Makefile fragment for romanian.
-## Copyright (C) 2009 by Peter Breitenlohner.
+## Copyright (C) 2009, 2010 by Peter Breitenlohner.
## Copyright (C) 2004-2005 by Gour.
##
## This program is free software; you can redistribute it and/or
@@ -21,8 +21,12 @@
subdirs += romanian
nobase_nodist_lang_DATA += \
- romanian/latin2-lang.xdy romanian/latin2-test.xdy romanian/latin2.xdy \
- romanian/utf8-lang.xdy romanian/utf8-test.xdy romanian/utf8.xdy
+ romanian/utf8-lang.xdy \
+ romanian/utf8-test.xdy \
+ romanian/utf8.xdy \
+ romanian/latin2-lang.xdy \
+ romanian/latin2-test.xdy \
+ romanian/latin2.xdy
DOCS_LATIN2 += \
romanian/latin2-doc.tex
@@ -30,11 +34,7 @@ DOCS_LATIN2 += \
DOCS_UTF8_LAT += \
romanian/utf8-doc.tex
-romanian/cp1250.pl : romanian/utf8.pl
- sed -e 's/@u{\([^}]*\)}//g;' -f $(srcdir)/rom-comma-kludge.sed <$< | \
- $(CONVERT_FROM_UTF8)CP1250 >$@
-
-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 >$@
@@ -42,8 +42,11 @@ EXTRA_DIST += \
rom-comma-kludge.sed \
romanian/utf8.pl.in
+dist_noinst_DATA += \
+ romanian/latin2.pl
+
CLEANFILES += \
- romanian/cp1250.raw romanian/cp1250.pl \
- romanian/latin2.pl romanian/latin2.raw \
- romanian/utf8.pl romanian/utf8.raw
+ romanian/utf8.pl \
+ romanian/utf8.raw \
+ romanian/latin2.raw