summaryrefslogtreecommitdiffstats
path: root/gettext-tools/man/Makefile.am
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-12-27 15:19:26 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:32 +0200
commitd75bb1e43a27284536a7e7a372fa71ceba9f2602 (patch)
tree0187a471445c2b36e701f3362655b3a5d5e4a911 /gettext-tools/man/Makefile.am
parent871e302ec6213c2370d746e3530245fe4927d148 (diff)
downloadexternal_gettext-d75bb1e43a27284536a7e7a372fa71ceba9f2602.zip
external_gettext-d75bb1e43a27284536a7e7a372fa71ceba9f2602.tar.gz
external_gettext-d75bb1e43a27284536a7e7a372fa71ceba9f2602.tar.bz2
Assume automake-1.8.
Diffstat (limited to 'gettext-tools/man/Makefile.am')
-rw-r--r--gettext-tools/man/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/man/Makefile.am b/gettext-tools/man/Makefile.am
index 47968cc..7c182de 100644
--- a/gettext-tools/man/Makefile.am
+++ b/gettext-tools/man/Makefile.am
@@ -68,7 +68,7 @@ MAN2HTML = groff -mandoc -Thtml
# make man
# make html
-all-local: html
+all-local: html-local
install-data-local: install-html
installdirs-local: installdirs-html
uninstall-local: uninstall-html
@@ -130,7 +130,7 @@ update-man1:
# Man pages in HTML format.
-html: $(man_HTML)
+html-local: $(man_HTML)
msgcmp.1.html: msgcmp.1
$(MAN2HTML) `if test -f msgcmp.1; then echo .; else echo $(srcdir); fi`/msgcmp.1 | sed -e '/CreationDate:/d' > t-$@