Add missing html files into build queue. Mostly readme.html and
installation-*.html were avoided. Spoted by: make checkmissing
This commit is contained in:
parent
15d2dc0c1f
commit
b6e8ccbec2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20527
11 changed files with 37 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/4.6.2R/Makefile,v 1.1 2002/08/14 15:34:38 bmah Exp $
|
||||
# $FreeBSD: www/en/releases/4.6.2R/Makefile,v 1.2 2002/08/15 20:28:43 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -15,6 +15,7 @@ DATA= docbook.css
|
|||
DATA+= errata.html
|
||||
DATA+= hardware-alpha.html hardware-i386.html
|
||||
DATA+= relnotes-alpha.html relnotes-i386.html
|
||||
DATA+= readme.html
|
||||
#DATA+= cd1.txt cd2.txt cd3.txt cd4.txt mini.txt
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/4.6R/Makefile,v 1.3 2002/06/09 22:58:53 bmah Exp $
|
||||
# $FreeBSD: www/en/releases/4.6R/Makefile,v 1.4 2002/06/15 23:44:07 bmah Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -12,6 +12,7 @@ DOCS+= hardware.sgml relnotes.sgml qa.sgml schedule.sgml
|
|||
|
||||
DATA= docbook.css
|
||||
DATA+= errata.html
|
||||
DATA+= installation-alpha.html installation-i386.html
|
||||
DATA+= hardware-alpha.html hardware-i386.html
|
||||
DATA+= relnotes-alpha.html relnotes-i386.html
|
||||
DATA+= cd1.txt cd2.txt cd3.txt cd4.txt mini.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/4.7R/Makefile,v 1.6 2002/10/10 14:30:30 murray Exp $
|
||||
# $FreeBSD: www/en/releases/4.7R/Makefile,v 1.7 2002/10/11 06:29:47 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -11,8 +11,10 @@ DOCS= hardware.sgml relnotes.sgml schedule.sgml qa.sgml announce.sgml
|
|||
|
||||
DATA= docbook.css
|
||||
DATA+= errata.html
|
||||
DATA+= installation-alpha.html installation-i386.html
|
||||
DATA+= hardware-alpha.html hardware-i386.html
|
||||
DATA+= relnotes-alpha.html relnotes-i386.html
|
||||
DATA+= readme.html
|
||||
DATA+= CHECKSUM-i386.MD5
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/4.8R/Makefile,v 1.3 2003/04/04 03:49:08 bmah Exp $
|
||||
# $FreeBSD: www/en/releases/4.8R/Makefile,v 1.4 2003/04/04 05:50:21 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -11,7 +11,9 @@ DOCS= announce.sgml hardware.sgml relnotes.sgml schedule.sgml qa.sgml
|
|||
|
||||
DATA= docbook.css
|
||||
DATA+= errata.html
|
||||
DATA+= installation-alpha.html installation-i386.html
|
||||
DATA+= hardware-alpha.html hardware-i386.html
|
||||
DATA+= relnotes-alpha.html relnotes-i386.html
|
||||
DATA+= readme.html
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/4.9R/Makefile,v 1.3 2003/10/26 17:49:52 bmah Exp $
|
||||
# $FreeBSD: www/en/releases/4.9R/Makefile,v 1.4 2003/10/29 07:30:30 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -12,7 +12,9 @@ DOCS+= announce.sgml
|
|||
|
||||
DATA= docbook.css
|
||||
DATA+= errata.html
|
||||
DATA+= installation-alpha.html installation-i386.html
|
||||
DATA+= hardware-alpha.html hardware-i386.html
|
||||
DATA+= relnotes-alpha.html relnotes-i386.html
|
||||
DATA+= readme.html
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/5.0R/DP1/Makefile,v 1.1 2002/04/05 22:30:14 bmah Exp $
|
||||
# $FreeBSD: www/en/releases/5.0R/DP1/Makefile,v 1.2 2002/04/08 22:21:35 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -22,6 +22,7 @@ DATA+= relnotes-sparc64.html
|
|||
DATA+= installation-alpha.html
|
||||
DATA+= installation-i386.html
|
||||
DATA+= installation-sparc64.html
|
||||
DATA+= readme.html
|
||||
# DATA+= cd1.txt cd2.txt cd3.txt cd4.txt
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/5.0R/DP2/Makefile,v 1.2 2002/11/18 21:25:54 bmah Exp $
|
||||
# $FreeBSD: www/en/releases/5.0R/DP2/Makefile,v 1.3 2002/11/19 00:41:51 bmah Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -29,6 +29,7 @@ DATA+= installation-ia64.html
|
|||
DATA+= installation-i386.html
|
||||
DATA+= installation-pc98.html
|
||||
DATA+= installation-sparc64.html
|
||||
DATA+= readme.html
|
||||
# DATA+= cd1.txt cd2.txt cd3.txt cd4.txt
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/5.0R/Makefile,v 1.5 2003/01/16 19:11:26 bmah Exp $
|
||||
# $FreeBSD: www/en/releases/5.0R/Makefile,v 1.6 2003/01/19 16:04:02 bmah Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -28,6 +28,7 @@ DATA+= installation-ia64.html
|
|||
DATA+= installation-i386.html
|
||||
DATA+= installation-pc98.html
|
||||
DATA+= installation-sparc64.html
|
||||
DATA+= readme.html
|
||||
|
||||
SUBDIR= DP1 DP2
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/5.1R/Makefile,v 1.2 2003/06/07 18:44:01 bmah Exp $
|
||||
# $FreeBSD: www/en/releases/5.1R/Makefile,v 1.3 2003/06/09 16:58:23 bmah Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -28,5 +28,6 @@ DATA+= installation-ia64.html
|
|||
DATA+= installation-i386.html
|
||||
DATA+= installation-pc98.html
|
||||
DATA+= installation-sparc64.html
|
||||
DATA+= readme.html
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/5.2.1R/Makefile,v 1.1 2004/02/16 21:25:03 bmah Exp $
|
||||
# $FreeBSD: www/en/releases/5.2.1R/Makefile,v 1.2 2004/02/26 04:58:45 bmah Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -25,5 +25,12 @@ DATA+= relnotes-ia64.html
|
|||
DATA+= relnotes-i386.html
|
||||
DATA+= relnotes-pc98.html
|
||||
DATA+= relnotes-sparc64.html
|
||||
DATA+= installation-alpha.html
|
||||
DATA+= installation-amd64.html
|
||||
DATA+= installation-ia64.html
|
||||
DATA+= installation-i386.html
|
||||
DATA+= installation-pc98.html
|
||||
DATA+= installation-sparc64.html
|
||||
DATA+= readme.html
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/5.2R/Makefile,v 1.3 2004/01/11 21:13:48 bmah Exp $
|
||||
# $FreeBSD: www/en/releases/5.2R/Makefile,v 1.4 2004/01/12 20:34:39 bmah Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -26,5 +26,12 @@ DATA+= relnotes-ia64.html
|
|||
DATA+= relnotes-i386.html
|
||||
DATA+= relnotes-pc98.html
|
||||
DATA+= relnotes-sparc64.html
|
||||
DATA+= installation-alpha.html
|
||||
DATA+= installation-amd64.html
|
||||
DATA+= installation-ia64.html
|
||||
DATA+= installation-i386.html
|
||||
DATA+= installation-pc98.html
|
||||
DATA+= installation-sparc64.html
|
||||
DATA+= readme.html
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
Loading…
Reference in a new issue