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


1.5
date	2006.07.27.10.44.27;	author simon;	state Exp;
branches;
next	1.4;

1.4
date	2001.12.06.12.33.06;	author phantom;	state Exp;
branches;
next	1.3;

1.3
date	2001.11.19.04.47.58;	author murray;	state Exp;
branches;
next	1.2;

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

1.1
date	2001.10.29.02.17.31;	author murray;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Retire the PR stats since they have been broken for at least 1.5 years
and nobody has fixed them.

The actual PR stat scripts will be removed later (to give translators a
chance to catch up with this change).
@
text
@# $FreeBSD: www/en/prstats/Makefile,v 1.4 2001/12/06 12:33:06 phantom 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.4
log
@Revert condition to generate local PR status images. Now images
will be generated as part of build process if you have defined
WITH_PRSTATS variable only.

www/ tree can be build with default settings now even if tcl or gnats
db is missing on your machine :-)

Agreed to: murray (author)
@
text
@d1 1
a1 1
# $FreeBSD: www/en/prstats/Makefile,v 1.3 2001/11/19 04:47:58 murray Exp $
a11 7
.if defined(WITH_PRSTATS)
SUBDIR+= ../../tools/prstats
.else
beforeinstall:
	${PERL} -pi -e 's/SRC=\"gnats/SRC=\"http:\/\/www.FreeBSD.org\/prstats\/gnats/' index.html
.endif

@


1.3
log
@Implement a 'NO_PRSTATS' variable.  If this is defined, the PR
statistics will not be generated, and the graphs will be referenced
from www.FreeBSD.org instead of from a local copy of the images.

Requested by: phantom
@
text
@d1 1
a1 1
# $FreeBSD: www/en/prstats/Makefile,v 1.2 2001/11/18 16:13:07 murray Exp $
d12 1
a12 1
.if !defined(NO_PRSTATS)
@


1.2
log
@Connect www/tools/prstats to the web build, and link to the images in
the correct location.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/prstats/Makefile,v 1.1 2001/10/29 02:17:31 murray Exp $
d11 2
d14 4
@


1.1
log
@Add a web page to display the PR statistics.

Submitted by: phk
@
text
@d1 1
a1 1
# $FreeBSD$
d11 1
@

