svn commit: r197230 - stable/8/release

Marc Fonvieille blackend at FreeBSD.org
Tue Sep 15 19:56:36 UTC 2009


Author: blackend (doc committer)
Date: Tue Sep 15 19:56:35 2009
New Revision: 197230
URL: http://svn.freebsd.org/changeset/base/197230

Log:
  MFC: r196588
  
  Log:
    Update some comments to match the removal of the docset compilation
    during the release build.
  
  Approved by:	re (kib)

Modified:
  stable/8/release/Makefile

Modified: stable/8/release/Makefile
==============================================================================
--- stable/8/release/Makefile	Tue Sep 15 19:38:29 2009	(r197229)
+++ stable/8/release/Makefile	Tue Sep 15 19:56:35 2009	(r197230)
@@ -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