head	1.1;
access;
symbols
	RELENG_6_3_0_RELEASE:1.1.2.1
	RELENG_6_3:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2007.12.07.04.04.51;	author delphij;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2007.12.07.04.04.51;	author delphij;	state Exp;
branches;
next	;


desc
@@


1.1
log
@file Makefile was initially added on branch RELENG_6_3.
@
text
@@


1.1.2.1
log
@Bring in the latest snapshot of Simplified Chinese translation for the release
notes documentation for 6.3-RELEASE.  This is a collective work by the FreeBSD
Simplified Chinese Project team.

Submitted by:	Junfeng Wen <wjf at cn.FreeBSD.org>
		Chifeng Qu <chifeng at gmail.com>
		delphij
Obtained from:	The FreeBSD Simplified Chinese Project CVS
Approved by:	re (kensmith)
@
text
@a0 21
# Original Revision: 1.1.2.1
# $FreeBSD$

RELN_ROOT?= ${.CURDIR}/../../..

DOC?= article
FORMATS?= html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

# SGML content
SRCS+=	article.sgml
SRCS+=	../common/artheader.sgml
SRCS+=	../common/abstract.sgml
SRCS+=	../common/install.sgml
SRCS+=	../common/layout.sgml
SRCS+=	../common/trouble.sgml
SRCS+=	../common/upgrade.sgml

.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@

