head	1.3;
access;
symbols
	HRS_XML_CLEANUP:1.3
	HRS_XML_CLEANUP_PRE:1.3
	EMILYBOYD_REDESIGN:1.3
	PRE_REDESIGN:1.3
	XML_XSL_XP:1.2.0.2
	XML_XSL_XP_BP:1.2;
locks; strict;
comment	@# @;


1.3
date	2002.12.06.21.57.48;	author ue;	state Exp;
branches;
next	1.2;

1.2
date	2001.06.11.02.38.56;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	2001.02.25.11.53.47;	author alex;	state Exp;
branches;
next	;


desc
@@


1.3
log
@MFbed: Revive the German portion of the web site for 5.0-RELEASE
Phase 1: Switch to new-style setup of FAQ/handbook (.../doc/de_DE.ISO8859-1)

Changes to includes and availability were neccessary because of the changes
made in the framework since the last update, the web site would not build
otherwise.

Reviewed by:	-doc, Silence on -www
@
text
@#
# $FreeBSDde: de-www/handbook/Makefile,v 1.2 2002/12/02 05:35:13 ue Exp $
# $FreeBSD$
# basiert auf:	1.9

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DATA=	index.html

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.2
log
@ISO_ -> ISO rename
@
text
@d2 3
a4 16
# $FreeBSDde: de-www/handbook/Makefile,v 1.1 2001/02/24 17:00:26 alex Exp $
# $FreeBSD: www/de/handbook/Makefile,v 1.1 2001/02/25 11:53:47 alex Exp $
# 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.ISO8859-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.
#
d6 10
a15 2
all install clean:
	(cd ../../../doc/de_DE.ISO8859-1/books/handbook && ${MAKE} FORMATS=html-split DESTDIR=${DESTDIR}/data/de/handbook ${.TARGET})
@


1.1
log
@Build and install the German handbook.

Obtained from:	FreeBSD German Documentation Project
@
text
@d3 1
a3 1
# $FreeBSD$
d10 1
a10 1
# doc/de_DE.ISO_8859-1/books/handbook, (it requires support files outside of 
d20 1
a20 1
	(cd ../../../doc/de_DE.ISO_8859-1/books/handbook && ${MAKE} FORMATS=html-split DESTDIR=${DESTDIR}/data/de/handbook ${.TARGET})
@

