Make index.html a link to events.html.
This is already the case for www.FreeBSD.org, though I'm not sure how, so this makes events link work from the frontpage of www.FreeBSD.org/ for people who build the web-site "themself" including e.g. the setup on sky.FreeBSD.org.
This commit is contained in:
parent
a8a9dbe35c
commit
b8b468753b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=30805
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/events/Makefile,v 1.11 2005/10/05 04:55:34 murray Exp $
|
||||
# $FreeBSD: www/en/events/Makefile,v 1.12 2006/08/19 21:20:34 hrs Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -11,6 +11,7 @@ SUBDIR= 2002
|
|||
SUBDIR+= 2003
|
||||
|
||||
DATA= events.css
|
||||
INDEXLINK= events.html
|
||||
|
||||
XMLDOCS+= events:${XSL_EVENTS}:${XML_EVENTS_EVENTS}:
|
||||
DEPENDSET.events= events
|
||||
|
|
Loading…
Reference in a new issue