Rather than maintaining multiple separate lists of "current" projects just point people to the wiki. The deleted page already does this as the first item anyways Reviewed by: bcr
18 lines
314 B
Makefile
18 lines
314 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS+= doc-set.xml
|
|
DOCS+= submitting.xml
|
|
DOCS+= who.xml
|
|
DOCS+= translations.xml
|
|
DOCS+= docproj.xml
|
|
|
|
INDEXLINK= docproj.html
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|