doc/en/docproj/Makefile
Murray Stokely c0dfd3150b Add information about the 2nd Edition printed handbook to the 'Current
Projects' list and import my TODO list.

Suggested by: Nik
2001-07-31 00:24:23 +00:00

21 lines
446 B
Makefile

# $FreeBSD: www/en/docproj/Makefile,v 1.8 2000/11/07 04:05:14 kuriyama Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= current.sgml
DOCS+= doc-set.sgml
DOCS+= handbook.sgml
DOCS+= sgml.sgml
DOCS+= submitting.sgml
DOCS+= who.sgml
DOCS+= translations.sgml
DOCS+= docproj.sgml
INDEXLINK= docproj.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"