Makefile.inc header update availability.sgml fixes only includes.sgml 1.53 -> 1.60 releases/Makefile 1.35 -> 1.37 releases/index.sgml 1.82 -> 1.90 relnotes.sgml 1.7 -> 1.8 index.sgml fixes only
21 lines
399 B
Makefile
21 lines
399 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-www/releases/Makefile,v 1.3 2003/08/02 09:37:12 mheinen Exp $
|
|
# basiert auf: 1.37
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS?= index.sgml snapshots.sgml
|
|
|
|
SUBDIR= 4.7R 4.8R
|
|
SUBDIR+= 5.0R 5.1R
|
|
|
|
.if defined $(NEW_BUILD)
|
|
SUBDIR=
|
|
.endif
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|