Unbreak build by removing CVS deleted file from Makefile.
Pointyhat: eadler
This commit is contained in:
parent
5112db9ff7
commit
22d84f789a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38769
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releng/Makefile,v 1.2 2002/03/05 15:27:34 murray Exp $
|
||||
# $FreeBSD: www/en/releng/Makefile,v 1.3 2007/02/26 22:35:28 kensmith Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -7,6 +7,6 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS?= index.sgml charter.sgml dst_info.sgml
|
||||
DOCS?= index.sgml charter.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
Loading…
Reference in a new issue