diff options
author | Bruno Haible <bruno@clisp.org> | 2003-11-16 15:31:59 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:16 +0200 |
commit | e4a2ee688d273173525624b4467b10b0f0995bb7 (patch) | |
tree | abb2a9fb0a2469b3baadc064366cc15794a06937 /gettext-runtime/man | |
parent | 9108eb7950eb7f0bd8294227820dc406511105f7 (diff) | |
download | external_gettext-e4a2ee688d273173525624b4467b10b0f0995bb7.zip external_gettext-e4a2ee688d273173525624b4467b10b0f0995bb7.tar.gz external_gettext-e4a2ee688d273173525624b4467b10b0f0995bb7.tar.bz2 |
Fix dependencies.
Diffstat (limited to 'gettext-runtime/man')
-rw-r--r-- | gettext-runtime/man/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-runtime/man/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gettext-runtime/man/ChangeLog b/gettext-runtime/man/ChangeLog index 24477a1..835b3ad 100644 --- a/gettext-runtime/man/ChangeLog +++ b/gettext-runtime/man/ChangeLog @@ -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. diff --git a/gettext-runtime/man/Makefile.am b/gettext-runtime/man/Makefile.am index 13f8b42..ef235b9 100644 --- a/gettext-runtime/man/Makefile.am +++ b/gettext-runtime/man/Makefile.am @@ -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-$@ |