doc/en/releases/Makefile
Bruce A. Mah 8ddd0a349a Connect 4.6.2R release documentation to the Web site build.
Disconnect release documentation for the (non-existent) 4.6.1.
2002-08-14 15:42:51 +00:00

22 lines
554 B
Makefile

# $FreeBSD: www/en/releases/Makefile,v 1.34 2002/08/06 07:46:31 murray Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS?= index.sgml snapshots.sgml
SUBDIR= 1.1 1.1.5 2.0 2.0.5R 2.1R 2.1.5R 2.1.6R 2.1.7R 2.2R
SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 2.2.8R 3.0R 3.1R 3.2R
SUBDIR+= 3.3R 3.4R 3.5R 4.0R 4.1R 4.1.1R 4.2R 4.3R 4.4R 4.5R 4.6R
SUBDIR+= 4.6.2R 4.7R
SUBDIR+= 5.0R
.if defined $(NEW_BUILD)
SUBDIR=
.endif
.include "${WEB_PREFIX}/share/mk/web.site.mk"