]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#777,!464] Comment added to Makefile.am
authorTomek Mrugalski <tomasz@isc.org>
Tue, 6 Aug 2019 17:02:55 +0000 (19:02 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 7 Aug 2019 10:58:10 +0000 (12:58 +0200)
doc/sphinx/Makefile.am

index 3b3ff5153ae0900aae44ff5c94fcf6dcabb82d84..ff83226d8d2fcba6d1373502056b702163610b3d 100644 (file)
@@ -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)