doc/en_US.ISO8859-1/htdocs/projects/Makefile
Sergio Carlavilla Delgado 40265d9402 Remove the ACPI information from the website.
Moved to https://wiki.freebsd.org/ACPI

PR:		216754
Submitted by:	avg@
Patch by:	carlavilla@
Approved by:	bcr@
Differential Revision:	https://reviews.freebsd.org/D22903
2019-12-22 14:27:13 +00:00

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