From ba547cb42d2fb9144f4c609c995a0a0ccbd9a6f5 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Thu, 15 Jan 2004 10:17:43 +0000 Subject: [PATCH] Add missing '\' in previous change. --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index 7c2f623b1641..037485cb1e76 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}