]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add rules to create other documentation formats.
authorBruno Haible <bruno@clisp.org>
Wed, 4 Apr 2001 13:39:13 +0000 (13:39 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 4 Apr 2001 13:39:13 +0000 (13:39 +0000)
ChangeLog
Makefile.am

index 08fb38aefa9e15f8dabb8ab7bc490e7431de2874..361784c64084ff4a28ff51f2bfa1e701e7a8d6fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-04  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.am (ps, pdf, html): New targets.
+
 2001-04-02  Bruno Haible  <haible@clisp.cons.org>
 
        * configure.in (ALL_LINGUAS): Add pt_BR.
index c9406aac0ef8d81195fe1688ea93a310df362977..4edc9c534f0bf47aceb210cdebd9fa3b1bbd60eb 100644 (file)
@@ -38,3 +38,15 @@ ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
        rm -f $(srcdir)/ABOUT-NLS \
          && $(MAKEINFO) --output=$(srcdir)/ABOUT-NLS --no-header \
            -I $(srcdir)/doc --no-validate nls.texi
+
+
+# Documentation tags not known to automake.
+
+ps:
+       cd doc && $(MAKE) ps
+
+pdf:
+       cd doc && $(MAKE) pdf
+
+html:
+       cd doc && $(MAKE) html