From: Bruno Haible Date: Wed, 4 Apr 2001 13:39:13 +0000 (+0000) Subject: Add rules to create other documentation formats. X-Git-Tag: v0.10.37~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db5f04a4297a8ea2cf799321e663cf2661e27cf;p=thirdparty%2Fgettext.git Add rules to create other documentation formats. --- diff --git a/ChangeLog b/ChangeLog index 08fb38aef..361784c64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-04 Bruno Haible + + * Makefile.am (ps, pdf, html): New targets. + 2001-04-02 Bruno Haible * configure.in (ALL_LINGUAS): Add pt_BR. diff --git a/Makefile.am b/Makefile.am index c9406aac0..4edc9c534 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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