Clean-up around directory traversing and revision checking.

Forgotten by:	kuriyama
This commit is contained in:
Jun Kuriyama 2000-11-07 05:13:20 +00:00
parent afb66830d3
commit 8b414f9277
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8301
2 changed files with 3 additions and 11 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/ja/java/Makefile,v 1.6 2000/09/28 11:58:22 hrs Exp $
# $FreeBSD: www/ja/java/Makefile,v 1.7 2000/10/02 09:16:07 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.2
@ -20,11 +20,7 @@ DOCS+= install.sgml
DOCS+= newsflash.sgml
#DOCS+= press.sgml
### Revision checking
REVCHECK= YES
.include "${LOCALTOP}/web.mk"
REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g}
BUILDTOP= ../..
DIR_IN_LOCAL= java
.include "../web.mk"

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/ja/java/dists/Makefile,v 1.2 2000/09/28 11:58:23 hrs Exp $
# $FreeBSD: www/ja/java/dists/Makefile,v 1.3 2000/10/02 09:16:09 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.3
@ -12,10 +12,6 @@ DOCS+= 13.sgml
DOCS+= index.sgml
### Revision checking
REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g}
BUILDTOP= ../../..
DIR_IN_LOCAL= java/dists
REVCHECK= YES
.include "${LOCALTOP}/web.mk"