svn commit: r196588 - head/release
Marc Fonvieille
blackend at FreeBSD.org
Thu Aug 27 13:18:59 UTC 2009
Author: blackend (doc committer)
Date: Thu Aug 27 13:18:59 2009
New Revision: 196588
URL: http://svn.freebsd.org/changeset/base/196588
Log:
Update some comments to match the removal of the docset compilation
during the release build.
Modified:
head/release/Makefile
Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile Thu Aug 27 12:36:15 2009 (r196587)
+++ head/release/Makefile Thu Aug 27 13:18:59 2009 (r196588)
@@ -1163,10 +1163,10 @@ iso.1:
.endif
#
-# --==## Documentation Project files such as the Handbook and FAQ ##==--
+# --==## Documentation Project tools required to build the release notes ##==--
#
doc.1:
- @echo "Making docs..."
+ @echo "Making docproj tools..."
@for i in ${DOCPORTS}; do \
cd /usr/ports/$$i && \
env -i FTP_PASSIVE_MODE=$${FTP_PASSIVE_MODE:-no} PATH=$${PATH} \
More information about the svn-src-all
mailing list