From: Tomek Mrugalski Date: Tue, 6 Aug 2019 17:02:55 +0000 (+0200) Subject: [#777,!464] Comment added to Makefile.am X-Git-Tag: Kea-1.6.0~41^2~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=238eed1059875ee8faa91da9786b3db108f5f3bd;p=thirdparty%2Fkea.git [#777,!464] Comment added to Makefile.am --- diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am index 3b3ff5153a..ff83226d8d 100644 --- a/doc/sphinx/Makefile.am +++ b/doc/sphinx/Makefile.am @@ -263,6 +263,9 @@ pdf: $(main_sources) html: $(main_sources) $(SPHINXBUILD) -M html $(srcdir) $(sphinxbuilddir) $(sphinxopts) +# This target is not used anywhere, but people who prefer single page docs +# can do make -C doc/sphinx singlehtml and then enjoy their docs being +# generated in doc/sphinx/_build/singlehtml singlehtml: $(main_sources) $(SPHINXBUILD) -M singlehtml $(srcdir) $(sphinxbuilddir) $(sphinxopts)