Link index.html to events.html.

Suggested by:	Josef El-Rayes <j.el-rayes@daemon.li>
This commit is contained in:
Simon L. B. Nielsen 2003-10-15 15:10:47 +00:00
parent 56d7cc4ece
commit 98cd659371
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18439

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/events/Makefile,v 1.3 2003/09/22 07:44:39 murray Exp $ # $FreeBSD: www/en/events/Makefile,v 1.4 2003/10/12 17:24:21 simon Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
@ -14,6 +14,8 @@ DATA= events.css
DATA= events.html DATA= events.html
CLEANFILES+= events.html curdate.xml CLEANFILES+= events.html curdate.xml
INDEXLINK= events.html
DATE?= /bin/date DATE?= /bin/date
TR?= /usr/bin/tr TR?= /usr/bin/tr
XMLLINT?= /usr/local/bin/xmllint # Part of textproc/libxml2. XMLLINT?= /usr/local/bin/xmllint # Part of textproc/libxml2.