doc/en_US.ISO8859-1/htdocs/projects/Makefile
Gavin Atkinson f2886c07b6 Remove Summer of Code posters from 2009-2013, keeping only the one from
2014.  They are no longer linked to from anywhere so there is no point in
installing them.  If requred, they will still exist in the repo history.
2014-05-17 20:07:16 +00:00

26 lines
518 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+= cvsweb.xml
DOCS+= summerofcode.xml
DOCS+= summerofcode-2005.xml
DOCS+= summerofcode-2006.xml
DOCS+= summerofcode-2007.xml
DOCS+= summerofcode-2008.xml
DATA= 2014-freebsd-gsoc-thumbnail.jpg
DATA+= 2014-freebsd-gsoc.pdf
INDEXLINK= projects.html
SUBDIR= acpi busdma ideas mips netperf
.include "${DOC_PREFIX}/share/mk/web.site.mk"