head	1.4;
access;
symbols
	HRS_XML_CLEANUP:1.4
	HRS_XML_CLEANUP_PRE:1.4
	EMILYBOYD_REDESIGN:1.4
	PRE_REDESIGN:1.4
	XML_XSL_XP:1.4.0.2
	XML_XSL_XP_BP:1.4;
locks; strict;
comment	@# @;


1.4
date	2000.11.07.04.05.17;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2000.05.03.14.14.27;	author patrick;	state Exp;
branches;
next	1.2;

1.2
date	2000.03.02.15.55.52;	author phantom;	state Exp;
branches;
next	1.1;

1.1
date	2000.01.29.14.17.09;	author wosch;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch web.mk to share/mk/web.site.mk in English version.
@
text
@# $FreeBSD: www/en/java/docs/Makefile,v 1.3 2000/05/03 14:14:27 patrick Exp $

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS =	faq.sgml
DOCS+=	howtoports.sgml
DOCS+=	newbies.sgml
DOCS+=	tutorials.sgml
DOCS+=	performance.sgml

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.3
log
@Add the Performance Page.
@
text
@d1 8
a8 1
# $FreeBSD: www/en/java/docs/Makefile,v 1.2 2000/03/02 15:55:52 phantom Exp $
d16 1
a16 1
.include "../../web.mk"
@


1.2
log
@Re-arrange java/ Makefiles to keep general www/ style.

Remove WEBBASE assignment from all Makefiles. It's located in Makefile.inc now.
@
text
@d1 1
a1 1
# $FreeBSD$
d7 1
@


1.1
log
@Import FreeBSD Java homepage into the web server.

Submitted by: Patrick Gardella	patrick@@whetstonelogic.com
@
text
@d1 1
a1 1
DOCS=	faq.sgml howtoports.sgml newbies.sgml tutorials.sgml
d3 4
a6 1
WEBBASE=        /data/java
@

