doc/en_US.ISO8859-1/htdocs/community/Makefile
Eitan Adler fafc892f65 - The "social" page was kind of lonely so combine it with the "community" page.
- While here remove an old (circa 2009) twitter account.

Further work needs to be done on the community, support, and events pages.

Discussed with:	bjk
Reviewed by:	Allan Jude <freebsd@allanjude.com>
2013-10-17 04:33:22 +00:00

12 lines
252 B
Makefile

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