1.7 -> 1.10 java/dists/14.sgml (new) -> 1.1 java/dists/15.sgml 1.5 -> 1.6 java/dists/Makefile 1.7 -> 1.8 java/dists/index.sgml Submitted by: Hiroo Ono <hiroo at oikumene dot gcd dot org> Reference: [doc-jp-work 1056]
23 lines
464 B
Makefile
23 lines
464 B
Makefile
# $FreeBSD: www/ja/java/dists/Makefile,v 1.6 2003/01/06 03:38:35 hrs Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.6
|
|
|
|
.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+= 15.sgml
|
|
DOCS+= index.sgml
|
|
|
|
### Revision checking
|
|
REVCHECK= YES
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|