doc/en_US.ISO8859-1/htdocs/releases/8.4R/Makefile
Glen Barber 5b78b40085 Add announcement for 8.4-RELEASE.
Approved by:	re (implicit)
2013-06-07 12:30:40 +00:00

21 lines
352 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS+= announce.xml \
relnotes.xml \
schedule.xml
DATA= docbook.css \
errata.html \
hardware.html \
installation.html \
readme.html \
relnotes-detailed.html
.include "${DOC_PREFIX}/share/mk/web.site.mk"