aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-26 13:43:25 +0000
committerYang Tse <yangsita@gmail.com>2009-05-26 13:43:25 +0000
commit1ad43c54c0bb03fbb2313954a984bbbeb7110528 (patch)
tree356881b522d471fbc6a8276707ba88b14e8e226f
parent1cf6c15ab43ce41fa99e3776d0c23ed4f66196a8 (diff)
Prevent copying 'sourced' manpages for build targets that don't use them.
-rw-r--r--ares/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am
index de2ae90e7..8dd89944c 100644
--- a/ares/Makefile.am
+++ b/ares/Makefile.am
@@ -115,7 +115,6 @@ acountry_LDADD = $(top_builddir)/$(lib_LTLIBRARIES)
SOURCEDMANDIR = man3
SOURCEDMANPAGES = ares_init.3
-SOURCINGMANPAGES = ares_init_options.3
clean-local: clean-sourced-manpages
@@ -135,18 +134,16 @@ sourced-manpages: clean-sourced-manpages
fi; \
done
-$(SOURCINGMANPAGES): sourced-manpages
-
MAN2HTML = roffit --mandir=. < $< >$@
SUFFIXES = .3 .html
-html: $(HTMLPAGES)
+html: sourced-manpages $(HTMLPAGES)
.3.html:
$(MAN2HTML)
-pdf: $(PDFPAGES)
+pdf: sourced-manpages $(PDFPAGES)
.3.pdf:
@(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \