Hook the new page about Daylight Savings Time change up to the build
and link to it from the index.
This commit is contained in:
parent
518e2c309e
commit
0440a26bdf
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29665
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releng/Makefile,v 1.1 2002/03/04 06:49:52 murray Exp $
|
||||
# $FreeBSD: www/en/releng/Makefile,v 1.2 2002/03/05 15:27:34 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -7,6 +7,6 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS?= index.sgml charter.sgml
|
||||
DOCS?= index.sgml charter.sgml dst_info.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.205 2007/01/22 14:28:01 kensmith Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.206 2007/02/01 00:01:12 cperciva Exp $">
|
||||
<!ENTITY email 're'>
|
||||
<!ENTITY title "Release Engineering Information">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
|
@ -20,6 +20,8 @@
|
|||
engineering process.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="&base;/releng/dst_info.html">Information about 2007
|
||||
Daylight Savings Time</a></li>
|
||||
<li><a href="#schedule">Upcoming Release Schedule</a></li>
|
||||
<li><a href="#freeze">Code Freeze Status</a></li>
|
||||
<li><a href="&base;/releng/charter.html">Charter for the Release
|
||||
|
|
Loading…
Reference in a new issue