doc/ja_JP.eucJP/htdocs/java/links/Makefile
Gabor Kovesdan d0e33d031b - XMLify Japanese webpages
Approved by:	doceng (implicit)
2012-08-04 13:36:08 +00:00

23 lines
475 B
Makefile

# $FreeBSD$
# 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
DOCS = freebsd.sgml
DOCS+= tools.sgml
DOCS+= api.sgml
DOCS+= index.sgml
DOCS+= tutorials.sgml
DOCS+= development.sgml
DOCS+= resources.sgml
DOCS+= vendor.sgml
DOCS+= documentation.sgml
DOCS+= servlets.sgml
.include "${DOC_PREFIX}/share/mk/web.site.mk"