doc/en_US.ISO8859-1/htdocs/projects/Makefile
Gavin Atkinson 82572e5da0 Google Summer of Code poster in Polish.
Submitted by:	def@, pjd@, oshogbo@
2016-03-12 19:55:29 +00:00

28 lines
600 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= 2016-freebsd-gsoc-thumbnail.png
DATA+= 2016-freebsd-gsoc.pdf
DATA+= 2016-freebsd-gsoc-poland-thumbnail.png
DATA+= 2016-freebsd-gsoc-poland.jpg
INDEXLINK= projects.html
SUBDIR= acpi busdma ideas mips netperf
.include "${DOC_PREFIX}/share/mk/web.site.mk"