doc/en_US.ISO8859-1/htdocs/relnotes/Makefile
Glen Barber b4f1a1b3e1 Re-enable stable/8 relnotes build.
Sponsored by:	The FreeBSD Foundation
2013-11-08 00:39:13 +00:00

21 lines
718 B
Makefile

#
# Web site build hooks for the release notes. Also see the README file.
#
# The variable RELNOTES (I couldn't think of a better name) is a poor
# man's list. Its semantics are very similar to that of MLINKS (see
# bsd.man.mk). The first word is the directory under which that set
# of relnotes should appear on the web site. The second word is the
# path to that relnotes set.
#
# $FreeBSD$
#
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
RELNOTES?= CURRENT ${DOC_PREFIX}/../relnotes/doc/${LANGCODE} \
10-STABLE ${DOC_PREFIX}/../relnotes10/doc/${LANGCODE} \
9-STABLE ${DOC_PREFIX}/../relnotes9/doc/${LANGCODE} \
8-STABLE ${DOC_PREFIX}/../relnotes8/doc/${LANGCODE}
.include "Makefile.inc"