head	1.5;
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.3.0.2
	XML_XSL_XP_BP:1.3;
locks; strict;
comment	@# @;


1.5
date	2008.01.15.21.16.25;	author murray;	state Exp;
branches;
next	1.4;

1.4
date	2004.05.13.20.52.49;	author simon;	state Exp;
branches;
next	1.3;

1.3
date	2000.11.07.04.05.16;	author kuriyama;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.5
log
@Move Java Newsflash items from old SGML system to new XML/XSL based system.
Add RSS 2.0 feed and link to it from the generated newsflash.html page.
@
text
@# $FreeBSD: www/en/java/Makefile,v 1.4 2004/05/13 20:52:49 simon Exp $

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

SUBDIR =	dists
SUBDIR+=	docs
SUBDIR+=	links

DOCS =  advocacy.sgml
DOCS+=  howhelp.sgml
DOCS+=  index.sgml
DOCS+=  install.sgml

DATA=	j2j.gif

XML.DEFAULT=	news.xml
XMLDOCS=	newsflash
XMLDOCS+=	news:java-rss.xsl::rss.xml

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


1.4
log
@Remove the Java press page since it hasn't been updated with new
stories for 5 years.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/java/Makefile,v 1.3 2000/11/07 04:05:16 kuriyama Exp $
a17 1
DOCS+=  newsflash.sgml
d21 4
@


1.3
log
@Switch web.mk to share/mk/web.site.mk in English version.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/java/Makefile,v 1.2 2000/03/02 15:55:14 phantom Exp $
a18 1
DOCS+=  press.sgml
@


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: www/en/java/Makefile,v 1.1 2000/01/29 14:16:53 wosch Exp $
d6 3
d23 1
a23 1
.include "../web.mk"
@


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

Submitted by: Patrick Gardella	patrick@@whetstonelogic.com
@
text
@d1 1
a1 1
# $FreeBSD$
d7 3
a9 1
SUBDIR= dists docs links
d11 1
a11 2
DOCS =  index.sgml
DOCS+=  advocacy.sgml
d20 1
a20 1
.include <../web.mk>
@

