'make release' should install docproj ports with BATCH=yes so that your

release builds don't stop in the middle of the night asking for user
input about which Ghostscript drivers to install.
This commit is contained in:
Murray Stokely 2001-09-13 06:44:36 +00:00
parent 8dac8c268d
commit 9b8a07ff32
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83390

View File

@ -803,7 +803,7 @@ iso.1:
doc.1:
@echo "Making docs..."
@for i in ${DOCPORTS}; do \
cd /usr/ports/$$i && make all install clean JADETEX=no FORCE_PKG_REGISTER=yes; \
cd /usr/ports/$$i && make all install clean BATCH=yes JADETEX=no FORCE_PKG_REGISTER=yes; \
done
@cd /usr/doc && make all install 'FORMATS=html html-split txt' INSTALL_COMPRESSED='' DOCDIR=${RD}/trees/bin/usr/share/doc
touch doc.1