1.13 -> 1.14 java/index.sgml 1.7 -> 1.8 java/install.sgml 1.15 -> 1.16 java/dists/12.sgml 1.10 -> 1.11 java/dists/13.sgml (new) -> 1.1 java/dists/14.sgml 1.4 -> 1.5 java/dists/Makefile 1.5 -> 1.6 java/dists/index.sgml
22 lines
454 B
Makefile
22 lines
454 B
Makefile
# $FreeBSD: www/ja/java/dists/Makefile,v 1.5 2000/11/07 11:37:55 kuriyama Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.5
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= 10.sgml
|
|
DOCS+= 11.sgml
|
|
DOCS+= 12.sgml
|
|
DOCS+= 13.sgml
|
|
DOCS+= 14.sgml
|
|
DOCS+= index.sgml
|
|
|
|
### Revision checking
|
|
REVCHECK= YES
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|