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


1.5
date	2006.08.19.21.20.39;	author hrs;	state Exp;
branches;
next	1.4;

1.4
date	2005.09.18.04.33.45;	author hrs;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.07.11.41.47;	author phantom;	state Exp;
branches;
next	1.2;

1.2
date	2001.10.29.10.14.32;	author murray;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.13.00.54.09;	author eric;	state Exp;
branches;
next	;


desc
@@


1.5
log
@www cleanup mega commit:

 - Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/nabibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>?share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
@
text
@# $FreeBSD: www/en/news/1999/Makefile,v 1.4 2005/09/18 04:33:45 hrs Exp $

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

DOCS=	index.sgml

XMLDOCS+=	press:${XSL_NEWS_PRESS_OLD}::
DEPENDSET.press=transtable press

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


1.4
log
@Introduce doc.xml.mk and XMLDOC variable to simplify build
of XML docs.  Note that XML catalog support is still incomplete.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/news/1999/Makefile,v 1.3 2004/04/07 11:41:47 phantom Exp $
d12 2
a13 3
XMLDOCS=	press:../oldpress.xsl::
SRCS.press=	../includes.xsl
DEPENDSET.press=	transtable
@


1.3
log
@Enable press archive pages building
@
text
@d1 1
a1 1
# $FreeBSD: www/en/news/1999/Makefile,v 1.2 2001/10/29 10:14:32 murray Exp $
d12 3
a14 12
DATA=		press.html
CLEANFILES+=	press.html

press.html: ../oldpress.xsl press.xml\
			../includes.xsl ../../includes.xsl ${XML_TRANSTABLE}
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
		--param transtable.xml "'${XML_TRANSTABLE}'" \
		${.CURDIR}/../oldpress.xsl ${.CURDIR}/press.xml
.if !defined(NO_TIDY)
	-${TIDY} ${TIDYOPTS} ${.TARGET}
.endif

@


1.2
log
@* Make build/install of www /usr/obj prefix clean.
* Use make variables instead of hard coding commands, paths, and
  options.
* Wrap some long lines.
* Replace shell loops with make for loops, etc.

PR:		docs/31132
Submitted by:	Cyrille Lefevre <clefevre@@citeweb.net>
@
text
@d1 1
a1 1
# $FreeBSD: www/en/news/1999/Makefile,v 1.1 2001/04/13 00:54:09 eric Exp $
d11 13
@


1.1
log
@Add old news into seperate pages like was done for 1996 and 1997, update
the main announcements page, and fix 1996's page.

Reviewed by:	murray
@
text
@d1 1
a1 1
# $FreeBSD$
a12 1

@

