Build the 'html' format, as well as the 'html-split' format.

This commit is contained in:
Nik Clayton 2001-04-23 07:26:29 +00:00
parent 97014dbac6
commit c67ba5a859
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9276

View file

@ -1,5 +1,5 @@
# #
# $FreeBSD: www/en/doc/Makefile,v 1.1 2001/04/17 09:05:43 nik Exp $i # $FreeBSD: www/en/doc/Makefile,v 1.2 2001/04/17 12:18:20 nik Exp $i
# #
# Build the FreeBSD documentation *outside* of the www tree, and install it # Build the FreeBSD documentation *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
@ -10,11 +10,11 @@
# #
all: all:
(unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} FORMATS=html-split all) (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} FORMATS=html-split\ html all)
(unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} FORMATS=html-split DOCDIR=${.CURDIR} install) (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${.CURDIR} install)
install clean: install clean:
(unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} FORMATS=html-split DOCDIR=${DESTDIR}/data/doc ${.TARGET}) (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${DESTDIR}/data/doc ${.TARGET})
.if make(clean) .if make(clean)
rm -rf en* handbook faq rm -rf en* handbook faq
.endif .endif