doc/ja_JP.eucJP/htdocs/handbook/Makefile

14 lines
231 B
Makefile
Raw Normal View History

# $FreeBSD$
# Original revision: 1.9
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DATA= index.html
.include "${DOC_PREFIX}/share/mk/web.site.mk"