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


1.4
date	2001.10.29.10.14.32;	author murray;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2000.03.21.18.45.13;	author nik;	state Exp;
branches;
next	;


desc
@@


1.4
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
@# $FreeBSD: www/en/news/1997/Makefile,v 1.3 2000/11/07 04:05:20 kuriyama Exp $

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

DOCS=	index.sgml

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


1.3
log
@Switch web.mk to share/mk/web.site.mk in English version.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/news/1997/Makefile,v 1.2 2000/03/22 16:22:49 phantom Exp $
a12 1

@


1.2
log
@Do not link "../news.html" as index.html.  We already have index.html
in this directory.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/news/1997/Makefile,v 1.1 2000/03/21 18:45:13 nik Exp $
d6 3
d12 2
a13 1
.include "../../web.mk"
@


1.1
log
@Resurrect the newsflash entries for 1996 and 1997 on their own pages.
Mentioned on cvs-committers back at the beginning of January, a couple
of ayes, no noes.  It's just taken me three months to get around to
doing it.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/news/Makefile,v 1.17 2000/03/09 21:00:25 jim Exp $
a7 2

INDEXLINK= ../news.html
@

