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.01.05.02.54.14;	author lioux;	state Exp;
branches;
next	1.1;

1.1
date	2002.10.05.16.03.59;	author lioux;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Stop creating symlinks for /FAQ from the actual doc/ faq directory.
Use a redirection page to the new correct location so old links
pointing to this location do not break.

File		->	Original English Revision
Makefile	->	1.8 (Merge from English Version)
index.html	->	1.1 (English Original Revision)
@
text
@# The FreeBSD Documentation Project
# The FreeBSD Brazilian Portuguese Documentation Project
#
# Original version: 1.8
#
# $FreeBSD: www/pt_BR/FAQ/Makefile,v 1.1 2002/10/05 16:03:59 lioux Exp $
#
# Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary.

.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.1
log
@Build FAQ from doc cvs repo based on zh language Makefile

Reviewed by:		ceri
Original zh revision:	1.3
@
text
@d4 3
a6 1
# $FreeBSD$
d11 5
a15 4
all install clean:
	(cd ../../../doc/pt_BR.ISO8859-1/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/pt_BR/FAQ ${.TARGET})
.if make(install)
	(cd ${DESTDIR}/data/pt_BR/FAQ; ln -sf index.html FAQ.html)
d17 4
@

