doc/en_US.ISO8859-1/htdocs/projects/Makefile
Eitan Adler fcd04cc9f7 Remove the c99 projects page. It has not been updated in years and is quite out of date.
We now even have nearly complete C11 support.

Discussed on:	-doc@
Dicussed with:	theraven@
2013-10-01 00:15:31 +00:00

32 lines
722 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= 2009-freebsd-gsoc-thumbnail.jpg
DATA+= 2009-freebsd-gsoc.pdf
DATA+= 2010-freebsd-gsoc-thumbnail.jpg
DATA+= 2010-freebsd-gsoc.pdf
DATA+= 2011-freebsd-gsoc-thumbnail.jpg
DATA+= 2011-freebsd-gsoc.pdf
DATA+= 2013-freebsd-gsoc-thumbnail.jpg
DATA+= 2013-freebsd-gsoc.pdf
INDEXLINK= projects.html
SUBDIR= acpi busdma ideas mips netperf
.include "${DOC_PREFIX}/share/mk/web.site.mk"