Use the right make command: make -> ${MAKE}

This commit is contained in:
Wolfram Schneider 1999-09-15 20:37:12 +00:00
parent d96349f0a1
commit 6c2d4c75a4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5636
9 changed files with 19 additions and 19 deletions
en
FAQ
handbook
internal
tutorials
es/FAQ
ja
FAQ
handbook
ru/FAQ
zh/FAQ

View file

@ -1,11 +1,11 @@
# #
# $FreeBSD$ # $FreeBSD: www/en/FAQ/Makefile,v 1.3 1999/09/06 07:02:39 peter Exp $
# #
# Build the FreeBSD FAQ *outside* of the www tree, and install it # Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
all install clean: all install clean:
(cd ../../../doc/en_US.ISO_8859-1/books/faq && make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/FAQ ${.TARGET}) (cd ../../../doc/en_US.ISO_8859-1/books/faq && ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/FAQ ${.TARGET})
.if make(install) .if make(install)
(cd ${DESTDIR}/data/FAQ; ln -sf index.html FAQ.html) (cd ${DESTDIR}/data/FAQ; ln -sf index.html FAQ.html)
.endif .endif

View file

@ -1,5 +1,5 @@
# #
# $FreeBSD$ # $FreeBSD: www/en/handbook/Makefile,v 1.4 1999/09/06 07:02:45 peter Exp $
# #
# Build the FreeBSD Handbook *outside* of the www tree, and install it # Build the FreeBSD Handbook *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
@ -15,4 +15,4 @@
# #
all install clean: all install clean:
(cd ../../../doc/en_US.ISO_8859-1/books/handbook && make FORMATS=html-split DESTDIR=${DESTDIR}/data/handbook ${.TARGET}) (cd ../../../doc/en_US.ISO_8859-1/books/handbook && ${MAKE} FORMATS=html-split DESTDIR=${DESTDIR}/data/handbook ${.TARGET})

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/internal/Makefile,v 1.15 1999/09/06 07:02:45 peter Exp $ # $FreeBSD: www/en/internal/Makefile,v 1.16 1999/09/15 20:34:35 wosch Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
@ -17,7 +17,7 @@ LOCAL= committers-guide.html
.endif .endif
committers-guide.html: ../../../doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml committers-guide.html: ../../../doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml
(cd ../../../doc/en_US.ISO_8859-1/articles/committers-guide && make FORMATS=html INSTALL_COMPRESSED='') (cd ../../../doc/en_US.ISO_8859-1/articles/committers-guide && ${MAKE} FORMATS=html INSTALL_COMPRESSED='')
cp ../../../doc/en_US.ISO_8859-1/articles/committers-guide/article.html committers-guide.html cp ../../../doc/en_US.ISO_8859-1/articles/committers-guide/article.html committers-guide.html
INDEXLINK= internal.html INDEXLINK= internal.html

View file

@ -1,5 +1,5 @@
# #
# $FreeBSD$ # $FreeBSD: www/en/tutorials/Makefile,v 1.3 1999/09/06 07:02:58 peter Exp $
# #
# Build the FreeBSD tutorials/articles outside of the www tree, and then # Build the FreeBSD tutorials/articles outside of the www tree, and then
# install them in to the right place. # install them in to the right place.
@ -7,7 +7,7 @@
DOCS = index.sgml DOCS = index.sgml
all afterinstall clean: index.html all afterinstall clean: index.html
(cd ../../../doc/en_US.ISO_8859-1/articles && make 'FORMATS=html html-split' 'DESTDIR=${DESTDIR}/data/tutorials/$${.CURDIR:T}' ${.TARGET:S/afterinstall/install/}) (cd ../../../doc/en_US.ISO_8859-1/articles && ${MAKE} 'FORMATS=html html-split' 'DESTDIR=${DESTDIR}/data/tutorials/$${.CURDIR:T}' ${.TARGET:S/afterinstall/install/})
(cd ../../../doc/en_US.ISO_8859-1/books/fdp-primer && make 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/docproj-primer ${.TARGET:S/afterinstall/install/}) (cd ../../../doc/en_US.ISO_8859-1/books/fdp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/docproj-primer ${.TARGET:S/afterinstall/install/})
.include "../web.mk" .include "../web.mk"

View file

@ -1,11 +1,11 @@
# #
# $FreeBSD$ # $FreeBSD: www/es/FAQ/Makefile,v 1.2 1999/09/06 07:03:00 peter Exp $
# #
# Build the FreeBSD FAQ *outside* of the www tree, and install it # Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
all install clean: all install clean:
(cd ../../../doc/es_ES.ISO_8859-1/books/faq; make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/es/FAQ ${.TARGET}) (cd ../../../doc/es_ES.ISO_8859-1/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/es/FAQ ${.TARGET})
.if make(install) .if make(install)
(cd ${DESTDIR}/data/es/FAQ; ln -sf index.html FAQ.html) (cd ${DESTDIR}/data/es/FAQ; ln -sf index.html FAQ.html)
.endif .endif

View file

@ -1,12 +1,12 @@
# #
# $FreeBSD: www/ja/FAQ/Makefile,v 1.3 1999/09/06 07:03:16 peter Exp $ # $FreeBSD: www/ja/FAQ/Makefile,v 1.4 1999/09/07 15:15:46 kuriyama Exp $
# Original revision: 1.3 # Original revision: 1.3
# #
# Build the FreeBSD FAQ *outside* of the www tree, and install it # Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
all install clean: all install clean:
(cd ../../../doc/ja_JP.eucJP/books/faq && make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/ja/FAQ ${.TARGET}) (cd ../../../doc/ja_JP.eucJP/books/faq && ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/ja/FAQ ${.TARGET})
.if make(install) .if make(install)
(cd ${DESTDIR}/data/ja/FAQ; ln -sf index.html FAQ.html) (cd ${DESTDIR}/data/ja/FAQ; ln -sf index.html FAQ.html)
.endif .endif

View file

@ -1,5 +1,5 @@
# #
# $FreeBSD: www/ja/handbook/Makefile,v 1.5 1999/09/06 07:03:19 peter Exp $ # $FreeBSD: www/ja/handbook/Makefile,v 1.6 1999/09/07 15:15:48 kuriyama Exp $
# Original revision: 1.4 # Original revision: 1.4
# #
# Build the FreeBSD Handbook *outside* of the www tree, and install it # Build the FreeBSD Handbook *outside* of the www tree, and install it
@ -16,4 +16,4 @@
# #
all install clean: all install clean:
(cd ../../../doc/ja_JP.eucJP/books/handbook && make FORMATS=html-split DESTDIR=${DESTDIR}/data/ja/handbook ${.TARGET}) (cd ../../../doc/ja_JP.eucJP/books/handbook && ${MAKE} FORMATS=html-split DESTDIR=${DESTDIR}/data/ja/handbook ${.TARGET})

View file

@ -1,11 +1,11 @@
# #
# $FreeBSD$ # $FreeBSD: www/ru/FAQ/Makefile,v 1.3 1999/09/06 07:03:31 peter Exp $
# #
# Build the FreeBSD FAQ *outside* of the www tree, and install it # Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
all install clean: all install clean:
(cd ../../../doc/ru_RU.KOI8-R/books/faq; make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/ru/FAQ ${.TARGET}) (cd ../../../doc/ru_RU.KOI8-R/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/ru/FAQ ${.TARGET})
.if make(install) .if make(install)
(cd ${DESTDIR}/data/ru/FAQ; ln -sf index.html FAQ.html) (cd ${DESTDIR}/data/ru/FAQ; ln -sf index.html FAQ.html)
.endif .endif

View file

@ -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 # Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
all install clean: 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) .if make(install)
(cd ${DESTDIR}/data/zh/FAQ; ln -sf index.html FAQ.html) (cd ${DESTDIR}/data/zh/FAQ; ln -sf index.html FAQ.html)
.endif .endif