From: Michal Nowak Date: Wed, 3 Feb 2021 12:44:55 +0000 (+0100) Subject: Build man pages when "make doc" is run X-Git-Tag: v9.17.11~58^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a8b4f2a79e020411503a85431550219accddc5d;p=thirdparty%2Fbind9.git Build man pages when "make doc" is run Man pages are currently only generated from reStructuredText sources when "make man" is run in the doc/man/ directory. Tweak doc/man/Makefile.am so that running "make doc" in the top-level directory also causes man pages to be generated, so that all potential documentation building problems can be detected by a single make invocation. --- diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index d363e353556..a62ca2c4cc9 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -147,6 +147,8 @@ man_SUBST = \ .NOTPARALLEL: man man: Makefile $(man_MANS) +doc-local: man + clean-local:: -rm -rf $(SPHINXBUILDDIR)