Build and install the German handbook.

Obtained from:	FreeBSD German Documentation Project
This commit is contained in:
Alexander Langer 2001-02-25 11:53:47 +00:00
parent 20f10d8179
commit 772d1ab855
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8843

20
de/handbook/Makefile Normal file
View file

@ -0,0 +1,20 @@
#
# $FreeBSDde: de-www/handbook/Makefile,v 1.1 2001/02/24 17:00:26 alex Exp $
# $FreeBSD$
# Original revision: 1.5
#
# 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/de_DE.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
# requirements here.
#
all install clean:
(cd ../../../doc/de_DE.ISO_8859-1/books/handbook && ${MAKE} FORMATS=html-split DESTDIR=${DESTDIR}/data/de/handbook ${.TARGET})