doc/en/news/1999/Makefile
Eric Melville 894e58a66a Add old news into seperate pages like was done for 1996 and 1997, update
the main announcements page, and fix 1996's page.

Reviewed by:	murray
2001-04-13 00:54:11 +00:00

13 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"