doc/en_US.ISO8859-1/htdocs/java/Makefile
Eitan Adler 6330582ce4 htdocs/java: include the installation on the main page
- simplify installation instructions
2015-04-01 20:03:09 +00:00

14 lines
220 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS+= index.xml
DATA= j2j.gif
.include "${DOC_PREFIX}/share/mk/web.site.mk"