diff options
Diffstat (limited to 'Build/source/utils/xindy/make-rules/alphabets/Makefile.in')
-rw-r--r-- | Build/source/utils/xindy/make-rules/alphabets/Makefile.in | 45 |
1 files changed, 21 insertions, 24 deletions
diff --git a/Build/source/utils/xindy/make-rules/alphabets/Makefile.in b/Build/source/utils/xindy/make-rules/alphabets/Makefile.in index e48463959cc..013c8fb65a6 100644 --- a/Build/source/utils/xindy/make-rules/alphabets/Makefile.in +++ b/Build/source/utils/xindy/make-rules/alphabets/Makefile.in @@ -35,10 +35,8 @@ host_triplet = @host@ subdir = make-rules/alphabets DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/ac_prog_latex.m4 \ - $(top_srcdir)/m4/ac_prog_pdflatex.m4 \ - $(top_srcdir)/m4/tl_msg_error.m4 $(top_srcdir)/ac/xindy.ac \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/tl_msg_error.m4 \ + $(top_srcdir)/ac/xindy.ac $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d @@ -165,6 +163,7 @@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CLISP = @CLISP@ +CLISP_LIB = @CLISP_LIB@ CONVERT_FROM_UTF8 = @CONVERT_FROM_UTF8@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ @@ -240,7 +239,6 @@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ -latex = @latex@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -249,7 +247,6 @@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ -pdflatex = @pdflatex@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ @@ -2357,75 +2354,75 @@ uninstall-am: uninstall-docDATA uninstall-nodist_albanianDATA \ %latin1.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;s/@9{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@ISO-8859-1 >$@ + $(CONVERT_FROM_UTF8)ISO-8859-1 >$@ %cp850.pl : %utf8.pl.in sed -e 's/@.{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@CP850 >$@ + $(CONVERT_FROM_UTF8)CP850 >$@ romanian/latin2.pl : romanian/utf8.pl sed -e 's/@u{\([^}]*\)}//g;' -f $(srcdir)/rom-comma-kludge.sed <$< | \ - @CONVERT_FROM_UTF8@ISO-8859-2 >$@ + $(CONVERT_FROM_UTF8)ISO-8859-2 >$@ %latin2.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@ISO-8859-2 >$@ + $(CONVERT_FROM_UTF8)ISO-8859-2 >$@ %latin3.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@ISO-8859-3 >$@ + $(CONVERT_FROM_UTF8)ISO-8859-3 >$@ %latin4.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@ISO-8859-4 >$@ + $(CONVERT_FROM_UTF8)ISO-8859-4 >$@ %iso88595.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@ISO-8859-5 >$@ + $(CONVERT_FROM_UTF8)ISO-8859-5 >$@ %iso88597.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@ISO-8859-7 >$@ + $(CONVERT_FROM_UTF8)ISO-8859-7 >$@ %iso88598.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@ISO-8859-8 >$@ + $(CONVERT_FROM_UTF8)ISO-8859-8 >$@ %latin5.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@ISO-8859-9 >$@ + $(CONVERT_FROM_UTF8)ISO-8859-9 >$@ %latin9.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;s/@9{\([^}]*\)}/\1/g;' <$< | \ - @CONVERT_FROM_UTF8@ISO-8859-15 >$@ + $(CONVERT_FROM_UTF8)ISO-8859-15 >$@ romanian/cp1250.pl : romanian/utf8.pl sed -e 's/@u{\([^}]*\)}//g;' -f $(srcdir)/rom-comma-kludge.sed <$< | \ - @CONVERT_FROM_UTF8@CP1250 >$@ + $(CONVERT_FROM_UTF8)CP1250 >$@ %cp1250.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@CP1250 >$@ + $(CONVERT_FROM_UTF8)CP1250 >$@ %cp1251.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@CP1251 >$@ + $(CONVERT_FROM_UTF8)CP1251 >$@ %cp1252.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;s/@9{\([^}]*\)}/\1/g;' <$< | \ - @CONVERT_FROM_UTF8@CP1252 >$@ + $(CONVERT_FROM_UTF8)CP1252 >$@ %isoir111.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@ISO-IR-111 >$@ + $(CONVERT_FROM_UTF8)ISO-IR-111 >$@ %koi8-r.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@KOI8-R >$@ + $(CONVERT_FROM_UTF8)KOI8-R >$@ %koi8-u.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;' <$< | \ - @CONVERT_FROM_UTF8@KOI8-U >$@ + $(CONVERT_FROM_UTF8)KOI8-U >$@ %tex.pl : %utf8.pl $(srcdir)/utf8-to-tex.sed sed -f $(srcdir)/utf8-to-tex.sed <$< >$@ |