doc/en_US.ISO8859-1/htdocs/releases/9.1R/Makefile
Ken Smith cfb229df07 Prepare to have the 9.1-RELEASE schedule appear on the Web. Since this
is my first pass at adding stuff in the new SVN world I'm not hooking
this up to the build yet.  I'll wait a day or two to see if anybody notices
something wrong before I hook it up to the build.

Reviewed by:	re@, portmgr@, secteam@, developers@ (the schedule dates)
2012-06-14 17:22:19 +00:00

14 lines
226 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= schedule.sgml
DATA= docbook.css
.include "${DOC_PREFIX}/share/mk/web.site.mk"