head	1.1;
access;
symbols
	HRS_XML_CLEANUP:1.1
	HRS_XML_CLEANUP_PRE:1.1;
locks; strict;
comment	@# @;


1.1
date	2006.07.11.15.27.48;	author delphij;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Merge Simplified Chinese translation for the website.

Obtained from:	The FreeBSD Simplified Chinese Project
Thanks goes to:	Gavin MU <gavin.mu at gmail dot com> [1],
		Fukang CHEN <loader at freebsdmall dot com> [2],
		intron <intron at intron dot ac> [3]

[1] The original translation with me.
[2] New layout and structural improvements.
[3] Additional and continued contributions.
@
text
@# $FreeBSD: www/zh_CN/advocacy/Makefile,v 1.1.1000.2 2005/10/07 19:03:15 loader Exp $
# Original revision: www/en/advocacy/Makefile,v 1.3 2002/04/05 05:37:35 kuriyama
# Makefile for the advocacy site

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

DOCS=   index.sgml
DOCS+=	myths.sgml
DOCS+=	letter.sgml

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