doc/en/snapshots/Makefile
Hiroki Sato 44746a7ad2 Add a page for the monthly snapshots and remove the old
snapshots page.

Discussed on:	re@ and doceng@
2005-02-10 21:30:18 +00:00

12 lines
205 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS?= index.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"