diff --git a/en/FAQ/Makefile b/en/FAQ/Makefile new file mode 100644 index 0000000000..426cc723ff --- /dev/null +++ b/en/FAQ/Makefile @@ -0,0 +1,11 @@ +# +# $Id: Makefile,v 1.1 1999-08-19 20:45:50 nik 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/en_US.ISO_8859-1/books/faq; make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/FAQ ${.TARGET}) +.if make(install) + (cd ${DESTDIR}/data/FAQ; ln -sf index.html FAQ.html) +.endif