head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_6_3_0:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_2_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.12.29.04.28.54;	author lioux;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.3
log
@Connect newly added articles subdirectory to the build
@
text
@# The FreeBSD Documentation Project
# The FreeBSD Brazilian Portuguese Documentation Project
#
# Original revision: 1.7
#
# $FreeBSD$

SUBDIR = articles
SUBDIR+= books

COMPAT_SYMLINK = pt_BR

DOC_PREFIX?= ${.CURDIR}/..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@


1.2
log
@o Remove br from COMPAT_SYMLINK due to following reasons:
	1) COMPAT_SYMLINK cannot have more than one element due to
	   the way doc/share/mk/doc.subdir.mk handles it [1]
	2) br can be mistaken as standing for Breton language

Submitted by:	keramida [1]
Reviewed by:	blackend, keramida
@
text
@d8 1
@


1.1
log
@o Set up initial Brazilian Portuguese translation directory and
  Makefile
o Work for pt_BR.ISO8859-1, pt_BR and br
o Start with books subdirectory

Approved by:		phantom (mentor)
Original revision:	1.7
@
text
@a10 1
COMPAT_SYMLINK += br
@

