doc/ja/prstats/Makefile

24 lines
501 B
Makefile
Raw Normal View History

# $FreeBSD: www/ja/prstats/Makefile,v 1.1 2002/05/13 20:09:04 hrs Exp $
# Original revision: 1.4
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= index.sgml
### Revision checking
REVCHECK= yes
.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
.include "${WEB_PREFIX}/share/mk/web.site.mk"