doc/en_US.ISO8859-1/htdocs/docproj/Makefile
Eitan Adler 41fda4af24 handbook[23]: remove TODO pages
- remove the TODO pages for the creation of the 2nd and 3rd
	  edition of the FreeBSD handbook.  Both projects have been
	  completed and the TODO pages are not useful except for some
	  historical archeology.  For this use case, VCS and archived
	  copies of old pages are sufficient.
2015-04-27 02:06:14 +00:00

19 lines
334 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= current.xml
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"