summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-01-15 10:17:43 +0000
committernyan <nyan@FreeBSD.org>2004-01-15 10:17:43 +0000
commitfcd08fd18bd4d08e5ef6902f23ce7bc5e63b02e0 (patch)
treee2ea5c6ebe7109cfc5daaf17d3b0270fcada32b6 /release
parentf270054cd314ee2f822fb6cb1e04452749d4c214 (diff)
downloadFreeBSD-src-fcd08fd18bd4d08e5ef6902f23ce7bc5e63b02e0.zip
FreeBSD-src-fcd08fd18bd4d08e5ef6902f23ce7bc5e63b02e0.tar.gz
Add missing '\' in previous change.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 7c2f623..037485c 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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}
OpenPOWER on IntegriCloud