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. . .
This commit is contained in:
Nik Clayton 2001-02-22 15:44:37 +00:00
parent 8162e20a6a
commit 9c5c8d0337
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8824
2 changed files with 239 additions and 176 deletions

14
en/docs/Makefile Normal file
View file

@ -0,0 +1,14 @@
#
# $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})