11 lines
383 B
Makefile
11 lines
383 B
Makefile
#
|
|
# $Id: Makefile,v 1.2 1999-09-03 14:01:12 kuriyama 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
|