]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[986] moved comment to proper location
authorWlodek Wencel <wlodek@isc.org>
Thu, 28 Nov 2019 04:14:59 +0000 (11:14 +0700)
committerWlodzimierz Wencel <wlodek@isc.org>
Fri, 29 Nov 2019 01:24:45 +0000 (01:24 +0000)
doc/sphinx/Makefile.am

index 39afae0f7a7462779320b3aa012c6b5045178e57..d9efa6602276f85e325975f58b0e1e45d90847cb 100644 (file)
@@ -143,10 +143,6 @@ clean-local:
 
 .PHONY: all pdf html mans
 
-# There are sometimes conflicts when more then one sphinx-build is run at a time.
-# This target blocks running anything in parallel in this Makefile,
-# all is run serially.
-
 endif
 
 # install and uninstall can occur with GENERATE_DOCS and without it
@@ -169,7 +165,12 @@ if INSTALL_MANS
        ${INSTALL_DATA} $(mans_found) ${DESTDIR}${mandir}/man8/
 endif
 endif
+
 uninstall-local:
        rm -rf $(DESTDIR)$(docdir)
 
+# There are sometimes conflicts when more then one sphinx-build is run at a time.
+# This target blocks running anything in parallel in this Makefile,
+# all is run serially.
+
 .NOTPARALLEL: