More of the advocacy site

Reviewed by:	jim and nik
This commit is contained in:
Tom Rhodes 2002-04-04 21:58:34 +00:00
parent 0ed3e239a5
commit 20a68cb87a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12677

17
en/advocacy/Makefile Normal file
View file

@ -0,0 +1,17 @@
# 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
INDEXLINK= advocacy.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"