diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-08-19 20:42:40 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-08-19 20:42:40 +0000 |
commit | 93d0c288cf959ae46b80b729bd4d6cb2a081d496 (patch) | |
tree | 47e80f2cb955592ede485863971ec8fb9c28d296 /en/handbook | |
parent | 90d7026ca37bc34b87fb9d9a781b75a8b6c7eb73 (diff) |
Notes
Diffstat (limited to 'en/handbook')
-rw-r--r-- | en/handbook/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/en/handbook/Makefile b/en/handbook/Makefile index a55e9efdf1..39c7e525cf 100644 --- a/en/handbook/Makefile +++ b/en/handbook/Makefile @@ -1,13 +1,13 @@ # -# $Id: Makefile,v 1.1 1999-04-15 22:48:28 nik Exp $ +# $Id: Makefile,v 1.2 1999-08-19 20:40:58 nik Exp $ # # Build the FreeBSD Handbook *outside* of the www tree, and install it # in to the right place as necessary. # -# The Handbook is no longer completely self contained in doc/en/handbook, -# (it requires support files outside of this directory) and it is much -# simpler to build it outside the web tree than it is to make a nest of -# symlinks to try and build it inside the tree. +# The Handbook is no longer completely self contained in +# doc/en_US.ISO_8859-1/books/handbook, (it requires support files outside of +# this directory) and it is much simpler to build it outside the web tree +# than it is to make a nest of symlinks to try and build it inside the tree. # # 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 @@ -15,4 +15,4 @@ # all install clean: - (cd ../../../doc/en/handbook; make FORMATS=html-split DOC_PREFIX=../../../doc DESTDIR=${DESTDIR} DOCDIR=/data VOLUME=handbook ${.TARGET}) + (cd ../../../doc/en_US.ISO_8859-1/books/handbook; make FORMATS=html-split DESTDIR=${DESTDIR}/data/handbook ${.TARGET}) |