Use '+=' to *add* entries instead of '='. It unbreaks installing of
events.css file. Spoted by: make checkmissing
This commit is contained in:
parent
af121cabdd
commit
431999d1cc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20533
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/events/Makefile,v 1.4 2003/10/12 17:24:21 simon Exp $
|
||||
# $FreeBSD: www/en/events/Makefile,v 1.5 2003/10/15 15:10:47 simon Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -11,7 +11,7 @@ SUBDIR= 2002 2003
|
|||
|
||||
DATA= events.css
|
||||
|
||||
DATA= events.html
|
||||
DATA+= events.html
|
||||
CLEANFILES+= events.html curdate.xml
|
||||
|
||||
INDEXLINK= events.html
|
||||
|
|
Loading…
Reference in a new issue