Add missing '\' in previous change.

This commit is contained in:
Yoshihiro Takahashi 2004-01-15 10:17:43 +00:00
parent a2fe44e8cf
commit ba547cb42d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124549

View File

@ -987,7 +987,7 @@ doc.1:
#
doc.2:
@echo "Making release documentation..."
@cd ${.CURDIR}/doc && make all install clean 'FORMATS=html txt'
@cd ${.CURDIR}/doc && make all install clean 'FORMATS=html txt' \
INSTALL_COMPRESSED='' DOCDIR=${RND}
touch ${.TARGET}