r31282 -> r42048 head/ja_JP.eucJP/htdocs/java/Makefile r42032 -> r42047 head/ja_JP.eucJP/htdocs/java/index.xml -> deleted head/ja_JP.eucJP/htdocs/java/advocacy.xml -> deleted head/ja_JP.eucJP/htdocs/java/links/ -> r42043 head/ja_JP.eucJP/htdocs/java/links.xml
23 lines
430 B
Makefile
23 lines
430 B
Makefile
# $FreeBSD$
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: r42048
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
SUBDIR = dists
|
|
|
|
DOCS+= howhelp.xml
|
|
DOCS+= index.xml
|
|
DOCS+= install.xml
|
|
DOCS+= links.xml
|
|
|
|
XML.DEFAULT= news.xml
|
|
XMLDOCS= newsflash
|
|
XMLDOCS+= news:java-rss.xsl::rss.xml
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|