More of the advocacy site
Reviewed by: jim and nik
This commit is contained in:
parent
0ed3e239a5
commit
20a68cb87a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12677
1 changed files with 17 additions and 0 deletions
17
en/advocacy/Makefile
Normal file
17
en/advocacy/Makefile
Normal 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"
|
Loading…
Reference in a new issue