Build release notes for FreeBSD 6, 7, and 8 instead of older releases.

webupdate script on www.FreeBSD.org has been updated to support this.
This commit is contained in:
Simon L. B. Nielsen 2008-10-05 10:17:00 +00:00
parent b1c6754865
commit 3145eff28c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33005

View file

@ -7,13 +7,12 @@
# of relnotes should appear on the web site. The second word is the # of relnotes should appear on the web site. The second word is the
# path to that relnotes set. # path to that relnotes set.
# #
# $FreeBSD: www/en/relnotes/Makefile,v 1.6 2004/08/22 21:39:31 hrs Exp $ # $FreeBSD: www/en/relnotes/Makefile,v 1.7 2005/07/15 15:42:09 hrs Exp $
# #
RELNOTES?= CURRENT ${.CURDIR}/../../../relnotes/doc \ RELNOTES?= CURRENT ${.CURDIR}/../../../relnotes/doc \
6-STABLE ${.CURDIR}/../../../relnotes6/doc \ 7-STABLE ${.CURDIR}/../../../relnotes7/doc \
5-STABLE ${.CURDIR}/../../../relnotes5/doc \ 6-STABLE ${.CURDIR}/../../../relnotes6/doc
4-STABLE ${.CURDIR}/../../../relnotes4/doc
all install clean obj: all install clean obj:
@set ${RELNOTES}; \ @set ${RELNOTES}; \