java/Makefile java/index.sgml java/links/Makefile java/links/api.sgml java/links/development.sgml java/links/documentation.sgml java/links/freebsd.sgml java/links/index.sgml java/links/resources.sgml java/links/servlets.sgml java/links/tools.sgml java/links/tutorials.sgml java/links/vendor.sgml Submitted by: Yatou Hiroki <san@oct.zaq.ne.jp> Reviewed by: SUGIMURA Takashi <sugimura@kitanet.ne.jp> (in part) References: [doc-jp 8116]
26 lines
524 B
Makefile
26 lines
524 B
Makefile
# $FreeBSD: www/ja/java/Makefile,v 1.11 2000/12/31 11:08:41 hrs Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.3
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.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
|
|
REVCHECK= YES
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|