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} \ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"