java/dists/10.sgml o Activate revcheck (forgotten in the previous commit). availability.sgml java/Makefile java/index.sgml java/newsflash.sgml java/dists/11.sgml java/dists/12.sgml java/dists/13.sgml java/dists/Makefile java/dists/index.sgml news/press-rel-4.sgml news/press.sgml news/1996/Makefile news/1996/index.sgml news/1997/Makefile news/1997/index.sgml releases/3.5R/announce.sgml releases/3.5R/errata.sgml releases/4.0R/announce.sgml releases/4.0R/errata.sgml releases/4.1R/announce.sgml releases/4.1R/errata.sgml Pointed out by: Akihiro IIJIMA <aki@jp.FreeBSD.org> References: [doc-jp 7728]
26 lines
511 B
Makefile
26 lines
511 B
Makefile
# $FreeBSD: www/ja/java/Makefile,v 1.5 2000/04/27 22:47:17 kuriyama Exp $
|
|
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.2
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
SUBDIR = dists
|
|
#SUBDIR+= docs
|
|
#SUBDIR+= links
|
|
|
|
#DOCS = advocacy.sgml
|
|
#DOCS+= howhelp.sgml
|
|
DOCS+= index.sgml
|
|
DOCS+= install.sgml
|
|
DOCS+= newsflash.sgml
|
|
#DOCS+= press.sgml
|
|
|
|
### Revision checking
|
|
REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g}
|
|
BUILDTOP= ../..
|
|
DIR_IN_LOCAL= java
|
|
|
|
.include "../web.mk"
|