A file I was test building snuck in the Makefile during my last commit.

Remove it.
This commit is contained in:
Tom Rhodes 2003-01-27 16:42:27 +00:00
parent 31535f5c83
commit 3b87b45c44
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15818

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/donations/Makefile,v 1.3 2002/11/25 02:15:05 trhodes Exp $
# $FreeBSD: www/en/donations/Makefile,v 1.4 2003/01/27 16:41:12 trhodes Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -7,6 +7,6 @@
.include "../Makefile.inc"
.endif
DOCS= index.sgml wantlist.sgml donors.sgml press.sgml
DOCS= index.sgml wantlist.sgml donors.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"