Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2009 19:56:35 +0000 (UTC)
From:      Marc Fonvieille <blackend@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r197230 - stable/8/release
Message-ID:  <200909151956.n8FJuZBZ001334@svn.freebsd.org>

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



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