aboutsummaryrefslogtreecommitdiff
path: root/zh
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1999-09-15 20:37:12 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1999-09-15 20:37:12 +0000
commit6c2d4c75a448b2697b5247800c6f2bfc40311df7 (patch)
tree08576489bb8d9a215096ff99a6df8a6955f137ea /zh
parentd96349f0a1340a640a439992c6333c13d2bea7ad (diff)
Use the right make command: make -> ${MAKE}
Notes
Notes: svn path=/www/; revision=5636
Diffstat (limited to 'zh')
-rw-r--r--zh/FAQ/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/zh/FAQ/Makefile b/zh/FAQ/Makefile
index c70c91cf4c..beeb99f512 100644
--- a/zh/FAQ/Makefile
+++ b/zh/FAQ/Makefile
@@ -1,11 +1,11 @@
#
-# $FreeBSD$
+# $FreeBSD: www/zh/FAQ/Makefile,v 1.2 1999/09/06 07:03:31 peter Exp $
#
# Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary.
all install clean:
- (cd ../../../doc/zh_TW.Big5/books/faq; make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/zh/FAQ ${.TARGET})
+ (cd ../../../doc/zh_TW.Big5/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/zh/FAQ ${.TARGET})
.if make(install)
(cd ${DESTDIR}/data/zh/FAQ; ln -sf index.html FAQ.html)
.endif