Add Makefile for 5.2R notes; hook up to the main releases build.
This commit is contained in:
parent
9c7fe3c469
commit
6c9f338120
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16704
2 changed files with 16 additions and 2 deletions
14
en/releases/5.2R/Makefile
Normal file
14
en/releases/5.2R/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $FreeBSD: www/en/releases/5.1R/Makefile,v 1.1 2003/03/21 05:59:50 scottl Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= todo.sgml
|
||||
|
||||
DATA= docbook.css
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/Makefile,v 1.36 2003/01/29 06:31:03 murray Exp $
|
||||
# $FreeBSD: www/en/releases/Makefile,v 1.37 2003/03/21 15:48:06 scottl Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -13,7 +13,7 @@ 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 4.8R
|
||||
SUBDIR+= 5.0R 5.1R
|
||||
SUBDIR+= 5.0R 5.1R 5.2R
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
SUBDIR=
|
||||
|
|
Loading…
Reference in a new issue