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)
15 lines
284 B
Makefile
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"
|