r38248 -> r42025 head/ja_JP.eucJP/htdocs/java/dists/Makefile r38249 -> r42026 head/ja_JP.eucJP/htdocs/java/dists/index.xml -> delete head/ja_JP.eucJP/htdocs/java/dists/15.xml
16 lines
307 B
Makefile
16 lines
307 B
Makefile
# $FreeBSD$
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: r42025
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
#DOCS+= 16.xml
|
|
#DOCS+= 17.xml
|
|
DOCS+= index.xml
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|