aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorMarc Fonvieille <blackend@FreeBSD.org>2009-08-27 13:18:59 +0000
committerMarc Fonvieille <blackend@FreeBSD.org>2009-08-27 13:18:59 +0000
commitd4267a481bd0d2f83194fbe33b13a78b2032b905 (patch)
tree7d3298a339f5de1239152f9ab9ff652fe9754adb /release/Makefile
parent5e2791f09040cf9a5bd4aca87d73b4d806b7de72 (diff)
downloadsrc-d4267a481bd0d2f83194fbe33b13a78b2032b905.tar.gz
src-d4267a481bd0d2f83194fbe33b13a78b2032b905.zip
Update some comments to match the removal of the docset compilation
during the release build.
Notes
Notes: svn path=/head/; revision=196588
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index b8cea264388a..e3a117158285 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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} \