doc/en/docs/Makefile
Nik Clayton 9c5c8d0337 Pull all the docs into one place, and simplify/rearrange the list of
available documentation.  There's a hell of a lot more work needs doing
on the website. . .
2001-02-22 15:44:37 +00:00

14 lines
452 B
Makefile

#
# $FreeBSD$i
#
# Build the FreeBSD documentation *outside* of the www tree, and install it
# in to the right place as necessary.
#
# This assumes that you have the www/ and doc/ trees checked out beside
# one another -- this was always the case anyway, so there are no extra
# requirements here.
#
all install clean:
echo foo
(cd ../../../doc/en_US.ISO_8859-1 && unset DESTDIR && ${MAKE} FORMATS=html-split DOCDIR=${DESTDIR}/data/docs ${.TARGET})