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>
19 lines
443 B
Makefile
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"
|