in the previous commit and enable it again in Makefile. 1.5 java/install.sgml Submitted by: Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp> Reviewed by: Hiroki Sato <hrs@geocities.co.jp> References: [doc-jp 7334]
21 lines
408 B
Makefile
21 lines
408 B
Makefile
# $FreeBSD: www/ja/java/Makefile,v 1.4 2000/04/27 12:42:30 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
|
|
|
|
.include "../web.mk"
|