head	1.3;
access;
symbols
	HRS_XML_CLEANUP:1.3
	HRS_XML_CLEANUP_PRE:1.3
	EMILYBOYD_REDESIGN:1.3
	PRE_REDESIGN:1.3;
locks; strict;
comment	@# @;


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

1.2
date	2002.12.09.12.00.47;	author ue;	state Exp;
branches;
next	1.1;

1.1
date	2002.12.08.20.30.11;	author ue;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Stop generating the html-split version of the DE release notes.  This
makes it easier to do intra-document searches, among others.

Reviewed by:	-doc
@
text
@#
# Web site build hooks for the release notes.  Also see the README file.
#
# The variable RELNOTES (I couldn't think of a better name) is a poor
# man's list.  Its semantics are very similar to that of MLINKS (see
# bsd.man.mk).  The first word is the directory under which that set
# of relnotes should appear on the web site.  The second word is the
# path to that relnotes set.
#
# $FreeBSD$
# $FreeBSDde: de-www/relnotes/Makefile,v 1.4 2003/01/20 18:56:27 ue Exp $
# basiert auf: 1.5
#

RELNOTES?=	CURRENT ${.CURDIR}/../../../relnotes/doc/de_DE.ISO8859-1 \
		4-STABLE ${.CURDIR}/../../../relnotes4/doc/de_DE.ISO8859-1

all install clean obj:
	@@set ${RELNOTES}; \
	while :; do \
		case $$# in \
			0) break;; \
			1) ${ECHO_CMD} "bad \$$RELNOTES value"; false; break;; \
		esac; \
		webname=$$1; shift; realpath=$$1; shift; \
		(unset DESTDIR || true; \
			cd $$realpath && ${MAKE} \
				FORMATS=html \
				DOCDIR=${DESTDIR}/data/de/${.CURDIR:T}/$$webname \
				DOC_PREFIX=${.CURDIR}/../../../doc \
				DIRPRFX=${.CURDIR:T}/$$webname/ \
				NO_LANGCODE_IN_DESTDIR=true \
				${.TARGET}); \
	done;
@


1.2
log
@Stop overwriting the en_US release notes with the DE ones.
@
text
@d11 1
a11 1
# $FreeBSDde: de-www/relnotes/Makefile,v 1.3 2002/12/08 20:39:52 ue Exp $
d28 1
a28 1
				FORMATS=html\ html-split \
@


1.1
log
@Build DE version of the release notes on the web site

The whole release notes complex needs revisiting in 2003 to prevent a
re-occurence of the problems we had with www.freebsd.org/handbook and
www.freebsd.org/faq
@
text
@d11 1
a11 1
# $FreeBSDde: de-www/relnotes/Makefile,v 1.2 2002/12/08 14:32:09 ue Exp $
d29 1
a29 1
				DOCDIR=${DESTDIR}/data/${.CURDIR:T}/$$webname \
@

