svn commit: r51059 - head/en_US.ISO8859-1/htdocs/releases/12.0R
Glen Barber
gjb at FreeBSD.org
Thu Oct 5 20:20:07 UTC 2017
Author: gjb
Date: Thu Oct 5 20:20:05 2017
New Revision: 51059
URL: https://svnweb.freebsd.org/changeset/doc/51059
Log:
Remove two stale .ORDER lines, and add a comment about what path
is used for manual pages on the Project web builder.
Sponsored by: The FreeBSD Foundation
Modified:
head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile
Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile Thu Oct 5 20:17:33 2017 (r51058)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile Thu Oct 5 20:20:05 2017 (r51059)
@@ -56,6 +56,8 @@ _ARM?= BANANAPI \
.endfor
_hardware?= hardware
+
+# The path used on build-web is 'src/share/man/man4'.
.if !defined(MAN4DIR) || empty(MAN4DIR)
. if exists(${DOC_PREFIX}/../src/share/man/man4)
MAN4DIR= ${DOC_PREFIX}/../src/share/man/man4
@@ -89,9 +91,6 @@ MAN2HWNOTES_FLAGS= -c
dev-auto.ent:
${PERL} ${MAN2HWNOTES_CMD} ${MAN2HWNOTES_FLAGS} -a ${ARCHLIST} -o ${.TARGET} ${MAN4PAGES}
-
-#.ORDER: all dev-auto.ent
-#.ORDER: all ${DOC}.html
beforebuild: dev-auto.ent
More information about the svn-doc-head
mailing list