doc/en/releases/4.4R/Makefile
Bruce A. Mah 3c690effe0 Commit the hardware notes for 4.4-RELEASE to the Web tree, with
appropriate infrastructure changes and pointers from the appropriate
places.  (With RELNOTESng, the hardware notes are no longer duplicated
in the release notes; they're a separate document.)

Suggested by:	Jed Clear <clear@alum.mit.edu>
2001-10-21 23:21:27 +00:00

19 lines
443 B
Makefile

# $FreeBSD: www/en/releases/4.4R/Makefile,v 1.4 2001/09/20 16:48:56 bmah Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml hardware.sgml notes.sgml
DATA= docbook.css
DATA+= errata.html
DATA+= hardware-alpha.html
DATA+= hardware-i386.html
DATA+= relnotes-alpha.html
DATA+= relnotes-i386.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"