doc/en_US.ISO8859-1/htdocs/advocacy/Makefile
Isabell Long 2f29f33785 - SGMLify the wiki's 'Why Use FreeBSD?' article into a new article in the
advocacy section of the website.
- Add the new article to the Makefile.
- Add a link to it and some description of it to the advocacy index.sgml.

Submitted by:	users on -stable, via theraven
SGMLified by:	issyl0
Reviewed by:	gabor
Approved by:	gabor (mentor)
2012-06-12 17:11:45 +00:00

15 lines
284 B
Makefile

# $FreeBSD$
#
# 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+= whyusefreebsd.sgml
.include "${DOC_PREFIX}/share/mk/web.site.mk"