doc/en_US.ISO8859-1/htdocs/java/Makefile
Jason Helfman d104b86a5d - drop announcements/newsflash in favor of pointing to svn/freshports
- update information on installation, and include pkg install instructions
- shift java/linux-sun-jdk16  java/linux-sun-jdk17 for oracle jdk
- update release information
- drop links as these are very old and java@ would rather bring back with
  more relevant content

Reviewed by:	glewis@ (java)
Approved by:	wblock (mentor)
2014-01-26 04:10:51 +00:00

18 lines
276 B
Makefile

# $FreeBSD$
.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
DATA= j2j.gif
.include "${DOC_PREFIX}/share/mk/web.site.mk"