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


1.2
date	2004.03.23.23.41.29;	author phantom;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.28.23.04.05;	author simon;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Unbreak 'make clean'
@
text
@#
# $FreeBSD: www/da/doc/Makefile,v 1.1 2003/10/28 23:04:05 simon Exp $
#
# 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: all-all all-install

all-all:
	@@unset DESTDIR || true; \
	 cd ${.CURDIR}/../../../doc/da_DK.ISO8859-1; \
		${MAKE} FORMATS="html-split html" \
			INSTALL_COMPRESSED= all
all-install:
	@@unset DESTDIR || true; \
	 cd ${.CURDIR}/../../../doc/da_DK.ISO8859-1; \
		${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
			INSTALL_COMPRESSED= install
install clean:
	@@unset DESTDIR || true; \
	 cd ${.CURDIR}/../../../doc/da_DK.ISO8859-1; \
		${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
			INSTALL_COMPRESSED= ${.TARGET}
.if make(clean)
	${RM} -rf da*
.endif

.include "${.CURDIR}/../../share/mk/web.site.mk"

obj: _OBJUSE

_OBJUSE: .USE
	@@unset DESTDIR || true; \
	 cd ${.CURDIR}/../../../doc/da_DK.ISO8859-1; \
		${MAKE} ${.TARGET}
@


1.1
log
@Hook up the Danish documentation to the website build.
@
text
@d2 1
a2 1
# $FreeBSD$
d30 1
a30 1
	${RM} -rf en*
@

