]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix dependencies.
authorBruno Haible <bruno@clisp.org>
Sun, 16 Nov 2003 15:31:59 +0000 (15:31 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:16 +0000 (12:11 +0200)
gettext-runtime/man/ChangeLog
gettext-runtime/man/Makefile.am

index 24477a1b385875451a304949985e3b660985ce20..835b3adc8d58f23b490a437b30a06c5b9322205d 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-16  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am: Let gettext.1.in and ngettext.1.in, not gettext.1 and
+       ngettext.1, depend on help2man and version.sh.
+
 2003-11-13  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (docdir): Use the value from the configure script.
index 13f8b42ee285772dd1dbadb125cf6324a23db37d..ef235b999a9d70ebcef37a9acaaba82e4d6f5532 100644 (file)
@@ -98,7 +98,7 @@ envsubst.1: envsubst.x
        $(SHELL) x-to-1 "$(PERL)" "$(HELP2MAN)" ../src/envsubst$(EXEEXT) $(srcdir)/envsubst.x envsubst.1
 
 # Depend on version.sh to get version number changes.
-$(man_MAN1): help2man $(top_srcdir)/../version.sh
+$(man_MAN1IN) $(man_MAN1OTHER): help2man $(top_srcdir)/../version.sh
 
 gettext.3: gettext.3.in $(top_srcdir)/../version.sh
        sed -e 's/@''VERSION''@/@VERSION@/g' < $(srcdir)/gettext.3.in > t-$@