r42048 -> r43646 head/ja_JP.eucJP/htdocs/java/Makefile r42026 -> r43646 head/ja_JP.eucJP/htdocs/java/dists/index.xml r42047 -> r43646 head/ja_JP.eucJP/htdocs/java/index.xml r42154 -> r43646 head/ja_JP.eucJP/htdocs/java/install.xml r31298 -> (dead) head/ja_JP.eucJP/htdocs/java/java-rss.xsl r24043 -> (dead) head/ja_JP.eucJP/htdocs/java/links.xml r41555 -> (dead) head/ja_JP.eucJP/htdocs/java/news.xml r31289 -> (dead) head/ja_JP.eucJP/htdocs/java/newsflash.xsl
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# $FreeBSD$
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: r43646
|
|
|
|
.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
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|