diff --git a/en/advocacy/Makefile b/en/advocacy/Makefile new file mode 100644 index 0000000000..1b22fddc47 --- /dev/null +++ b/en/advocacy/Makefile @@ -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"