096d64b292
security/security.sgml 1.169 -> 1.170 releases/index.sgml header update releases/Makefile 1.53 -> 1.54 news/news.xml 1.265 -> 1.266 includes.sgml set rel2.current includes.xsl set rel2.current Obtained from: The FreeBSD German Documentation Project.
21 lines
427 B
Makefile
21 lines
427 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-www/releases/Makefile,v 1.8 2005/01/26 01:20:34 mheinen Exp $
|
|
# basiert auf: 1.45
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS?= index.sgml snapshots.sgml
|
|
|
|
SUBDIR= 4.6.2R 4.7R 4.8R 4.9R 4.11R
|
|
SUBDIR+= 5.0R 5.1R 5.2R 5.3R
|
|
|
|
.if defined $(NEW_BUILD)
|
|
SUBDIR=
|
|
.endif
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|