doc/en_US.ISO8859-1/htdocs/docproj/Makefile
Eitan Adler d0e41b20c2 htdocs/docproj: point people to wiki for current projects
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
2018-05-28 17:21:31 +00:00

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"