Create pgpkeyring.txt as part of the web build.

This commit is contained in:
Murray Stokely 2001-08-23 08:12:26 +00:00
parent fdec2407a1
commit c71c4d20f6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10446

View file

@ -1,5 +1,5 @@
#
# $FreeBSD: www/en/doc/Makefile,v 1.5 2001/04/27 12:26:17 phantom Exp $i
# $FreeBSD: www/en/doc/Makefile,v 1.6 2001/06/11 02:38:59 ache Exp $i
#
# Build the FreeBSD documentation *outside* of the www tree, and install it
# in to the right place as necessary.
@ -12,11 +12,15 @@
all:
(unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} FORMATS=html-split\ html all)
(unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${.CURDIR} install)
(unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/handbook && ${MAKE} pgpkeyring > ${.CURDIR}/pgpkeyring.txt)
install clean:
(unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${DESTDIR}/data/doc ${.TARGET})
.if make(install)
(unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/handbook && ${MAKE} pgpkeyring > ${DESTDIR}/data/doc/pgpkeyring.txt)
.endif
.if make(clean)
rm -rf en* handbook faq
rm -rf en* handbook faq pgpkeyring.txt
.endif
obj: