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	2004.04.06.11.41.18;	author phantom;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.05.03.02.25;	author lioux;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@Remove more old good days leftovers.

. tutorials is long time ago unused as doc/ building directory.  So,
  no need to threat it specially.
. FAQ and handbook directories are also used as compat reference
  containers now.  So, having them declared as COOKIE is unnecessary.
@
text
@# The FreeBSD Documentation Project
# The FreeBSD Brazilian Portuguese Documentation Project
#
# Based on: 1.105
#
# $FreeBSD: www/pt_BR/Makefile,v 1.2 2004/01/05 03:02:25 lioux Exp $

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

# Subdirectories
# SGML
SUBDIR+= FAQ

.if !defined(WEB_ONLY) || empty(WEB_ONLY)
SUBDIR+=	doc
.endif

WEBDIR?=	data/pt_BR

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


1.2
log
@o Merge from the English version:	1.1 -> 1.105
o Based on that version
@
text
@d6 1
a6 1
# $FreeBSD: www/pt_BR/Makefile,v 1.1 2002/10/05 16:05:33 lioux Exp $
a21 2

COOKIE=	FAQ
@


1.1
log
@Add initial Makefile for pt_BR www pages. Currently, we only build
the FreeBSD FAQ

Reviewed by:	ceri
@
text
@d4 3
a6 1
# $FreeBSD$
d8 2
a9 2
.if exists(../Makefile.conf)
.include "../Makefile.conf"
d15 4
d20 1
a20 1
DOCSUBDIR=	FAQ
d23 3
a25 2
SGMLFLAGS+=	-links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
FORMATS=	"html ps"
@

