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)
14 lines
226 B
Makefile
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"
|