21 lines
409 B
Makefile
21 lines
409 B
Makefile
# $FreeBSD: www/ja/java/Makefile,v 1.3 2000/04/27 02:05:05 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"
|