From: Yang Tse Date: Tue, 26 May 2009 13:43:25 +0000 (+0000) Subject: Prevent copying 'sourced' manpages for build targets that don't use them. X-Git-Tag: curl-7_19_6~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ad43c54c0bb03fbb2313954a984bbbeb7110528;p=curl Prevent copying 'sourced' manpages for build targets that don't use them. --- 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'`; \