Add a missing REVCHECK=YES.
This commit is contained in:
parent
53fc34e010
commit
da50a01e6d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21023
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/ja/releases/4.10R/Makefile,v 1.1 2004/05/27 01:35:33 hrs Exp $
|
||||
# $FreeBSD: www/ja/releases/4.10R/Makefile,v 1.2 2004/05/27 07:36:54 hrs Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -25,4 +25,7 @@ DATA= docbook.css
|
|||
#DATA+= relnotes-alpha.html
|
||||
#DATA+= relnotes-i386.html
|
||||
|
||||
### Revision checking
|
||||
REVCHECK= YES
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
Loading…
Reference in a new issue