head	1.5;
access;
symbols
	EMILYBOYD_REDESIGN:1.4
	PRE_REDESIGN:1.4
	XML_XSL_XP:1.3.0.2
	XML_XSL_XP_BP:1.3;
locks; strict;
comment	@# @;


1.5
date	2006.07.11.13.27.02;	author hrs;	state dead;
branches;
next	1.4;

1.4
date	2004.03.23.23.09.11;	author phantom;	state Exp;
branches;
next	1.3;

1.3
date	99.09.15.20.37.12;	author wosch;	state Exp;
branches;
next	1.2;

1.2
date	99.09.06.07.03.31;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	99.08.19.20.55.58;	author nik;	state Exp;
branches;
next	;


desc
@@


1.5
log
@The www/zh directory has been moved to www/zh_CN and www/zh_TW.
@
text
@#
# $FreeBSD: www/zh/FAQ/Makefile,v 1.4 2004/03/23 23:09:11 phantom Exp $
#
# Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary.

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

all install clean:
	(cd ../../../doc/zh_TW.Big5/books/faq; \
		${MAKE} 'FORMATS=html-split html' \
		DESTDIR=${DESTDIR}/data/zh/FAQ \
		${.TARGET})
.if make(install)
	(cd ${DESTDIR}/data/zh/FAQ; ln -sf index.html FAQ.html)
.endif

WEBBASE=        /data/zh/FAQ

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

@


1.4
log
@Convert Makefile to new world order
@
text
@d2 1
a2 1
# $FreeBSD: www/zh/FAQ/Makefile,v 1.3 1999/09/15 20:37:12 wosch Exp $
@


1.3
log
@Use the right make command: make -> ${MAKE}
@
text
@d2 1
a2 1
# $FreeBSD: www/zh/FAQ/Makefile,v 1.2 1999/09/06 07:03:31 peter Exp $
d7 4
d12 4
a15 1
	(cd ../../../doc/zh_TW.Big5/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/zh/FAQ ${.TARGET})
d19 5
@


1.2
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d2 1
a2 1
# $FreeBSD$
d8 1
a8 1
	(cd ../../../doc/zh_TW.Big5/books/faq; make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/zh/FAQ ${.TARGET})
@


1.1
log
@Makefile framework to pull the DocBook FAQ in to the web site.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/04/15 22:48:28 nik Exp $
@

