Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2009 13:18:59 +0000 (UTC)
From:      Marc Fonvieille <blackend@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r196588 - head/release
Message-ID:  <200908271318.n7RDIxOG097345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908271318.n7RDIxOG097345>