texi2html-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texi2html-cvs] Changes to texi2html/Makefile.am


From: Patrice Dumas
Subject: [Texi2html-cvs] Changes to texi2html/Makefile.am
Date: Wed, 24 Aug 2005 05:31:45 -0400

Index: texi2html/Makefile.am
diff -u texi2html/Makefile.am:1.37 texi2html/Makefile.am:1.38
--- texi2html/Makefile.am:1.37  Fri Aug 19 12:14:46 2005
+++ texi2html/Makefile.am       Wed Aug 24 09:31:42 2005
@@ -46,14 +46,16 @@
        examples/bib-example.texi \
        examples/glossary.texi 
 
-dist_i18n_DATA = i18n/en \
-       i18n/de \
+i18n_files = i18n/de \
        i18n/es \
        i18n/fr \
        i18n/nl \
        i18n/no \
        i18n/pt 
 
+dist_i18n_DATA = i18n/en \
+       $(i18n_files)
+
 dist_images_DATA = images/a_begin.png \
        images/a_begin_na.png \
        images/a_document.png \
@@ -147,10 +149,13 @@
                  examples/noheaders.init
        $(PERL) $(top_builddir)/manage_i18n.pl -d i18n -I . -I $(srcdir) 
template $^
 
-i18n/de i18n/nl i18n/es i18n/no i18n/pt i18n/fr: i18n/en
+#i18n/de i18n/nl i18n/es i18n/no i18n/pt i18n/fr: i18n/en
+
+$(i18n_files): i18n/en
        $(PERL) $(top_builddir)/manage_i18n.pl -d i18n -I . -I $(srcdir) update
 
-translations.pl: i18n/de i18n/nl i18n/es i18n/no i18n/pt i18n/fr i18n/en
+#translations.pl: i18n/de i18n/nl i18n/es i18n/no i18n/pt i18n/fr i18n/en
+translations.pl: $(dist_i18n_DATA) 
        $(PERL) $(top_builddir)/manage_i18n.pl -d i18n -o $@ -I . -I $(srcdir) 
merge
 
 html-local: texi2html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]