doc/en_US.ISO8859-1/htdocs/projects/Makefile
Sergio Carlavilla Delgado 433be86883 [website] Update projects section:
Removed busdma and netpert projects from the website and all of the
references to their pages.

Reviewed by:	imp@, bcr@
Differential Revision:	https://reviews.freebsd.org/D24619
2020-05-02 08:51:58 +00:00

25 lines
474 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= projects.xml
DOCS+= newbies.xml
DOCS+= summerofcode.xml
DOCS+= summerofcode-2005.xml
DOCS+= summerofcode-2006.xml
DOCS+= summerofcode-2007.xml
DOCS+= summerofcode-2008.xml
DATA= 2018-freebsd-gsoc-thumbnail.png
DATA+= 2018-freebsd-gsoc.pdf
INDEXLINK= projects.html
SUBDIR= mips
.include "${DOC_PREFIX}/share/mk/web.site.mk"