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	2003.12.15.16.16.39;	author stephane;	state Exp;
branches;
next	1.1;

1.1
date	2003.08.16.20.46.13;	author stephane;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- all-pgpkeyring target is not needed.
- for the clean target, only remove fr* files.
@
text
@#
# $FreeBSD: www/fr/doc/Makefile,v 1.1 2003/08/16 20:46:13 stephane 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.
#

# The FreeBSD French Documentation Project
# Original revision: 1.8

# all: all-all all-install all-pgpkeyring
all: all-all all-install

all-all:
	@@unset DESTDIR || true; \
	 cd ${.CURDIR}/../../../doc/fr_FR.ISO8859-1; \
		${MAKE} FORMATS="html-split html" \
			INSTALL_COMPRESSED= all
all-install:
	@@unset DESTDIR || true; \
	 cd ${.CURDIR}/../../../doc/fr_FR.ISO8859-1; \
		${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
			INSTALL_COMPRESSED= install
all-pgpkeyring:
	@@unset DESTDIR || true; \
	 cd ${.CURDIR}/../../../doc/fr_FR.ISO8859-1/books/handbook; \
		${MAKE} \
			pgpkeyring > ${.OBJDIR}/pgpkeyring.txt

install clean:
	@@unset DESTDIR || true; \
	 cd ${.CURDIR}/../../../doc/fr_FR.ISO8859-1; \
		${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
			INSTALL_COMPRESSED= ${.TARGET}
# .if make(install)
# 	@@unset DESTDIR || true; \
# 	 cd ${.CURDIR}/../../../doc/fr_FR.ISO8859-1/books/handbook; \
# 		${MAKE} \
# 			pgpkeyring > ${DESTDIR}/data/doc/pgpkeyring.txt
# .endif
.if make(clean)
#	${RM} -rf fr* handbook faq pgpkeyring.txt
	${RM} -rf fr*
.endif

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

obj: _OBJUSE

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


1.1
log
@Change the Makefile for the french docs.

 fr/doc/Makefile: MFen 1.8
@
text
@d2 1
a2 1
# $FreeBSD$
d15 2
a16 1
all: all-all all-install all-pgpkeyring
d39 6
a44 6
.if make(install)
	@@unset DESTDIR || true; \
	 cd ${.CURDIR}/../../../doc/fr_FR.ISO8859-1/books/handbook; \
		${MAKE} \
			pgpkeyring > ${DESTDIR}/data/doc/pgpkeyring.txt
.endif
d46 2
a47 1
	${RM} -rf fr* handbook faq pgpkeyring.txt
@

