doc/de_DE.ISO8859-1/htdocs/relnotes/Makefile
Hiroki Sato 6624cb4ea1 Fix relnotes build.
Approved by:	doceng (implicit)
2012-05-19 13:46:10 +00:00

18 lines
625 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$
# $FreeBSDde: de-www/relnotes/Makefile,v 1.4 2003/01/20 18:56:27 ue Exp $
# basiert auf: 1.5
#
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
.include "${DOC_PREFIX}/en_US.ISO8859-1/htdocs/relnotes/Makefile.inc"