]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Support all targets mentioned in the automake documentation, section
authorBruno Haible <bruno@clisp.org>
Sat, 12 May 2007 13:07:49 +0000 (13:07 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:47 +0000 (12:14 +0200)
"Third-Party Makefiles".

gettext-runtime/intl/ChangeLog
gettext-runtime/intl/Makefile.in

index 24156036c02065d2747980694d7515b1047af6a6..70669f6be4fb3cc28161e54f6ae092c3ed06e144 100644 (file)
@@ -1,3 +1,9 @@
+2007-05-12  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.in (install-dvi, install-html, install-info, install-ps,
+       install-pdf): New targets.
+       Reported by Noah Slater <nslater@gmail.com>.
+
 2007-04-06  Bruno Haible  <bruno@clisp.org>
 
        * printf-args.h: Assume HAVE_LONG_DOUBLE to be true.
index 1c745766432edfb7bdd5976ccf5f5f26968548df..7a2638e8e10897be15eac08521e685a9502019cc 100644 (file)
@@ -400,6 +400,8 @@ install-data: all
 
 install-strip: install
 
+install-dvi install-html install-info install-ps install-pdf:
+
 installdirs:
        if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
           && test '@USE_INCLUDED_LIBINTL@' = yes; then \