aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.GB2312/htdocs/advocacy/Makefile
blob: d599b32504400606d66adb915f4d530df3dbd421 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $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 "${DOC_PREFIX}/share/mk/web.site.mk"