doc/en_US.ISO8859-1/htdocs/community/Makefile
Eitan Adler f18add0e01 Community: make "newsgroups" a direct reference
Right now the 'Newsgroup' page is a single paragraph that indirectly
links to the handbook.
2018-06-18 08:14:27 +00:00

12 lines
237 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= irc.xml mailinglists.xml webresources.xml
.include "${DOC_PREFIX}/share/mk/web.site.mk"