diff --git a/ja/releases/5.2R/Makefile b/ja/releases/5.2R/Makefile index a2471481e5..53a6ff7095 100644 --- a/ja/releases/5.2R/Makefile +++ b/ja/releases/5.2R/Makefile @@ -1,35 +1,38 @@ -# $FreeBSD: www/ja/releases/5.2R/Makefile,v 1.2 2004/01/14 00:51:57 hrs Exp $ +# $FreeBSD: www/ja/releases/5.2R/Makefile,v 1.3 2004/01/14 19:01:33 rushani Exp $ # Original revision: 1.4 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif #DOCS= todo.sgml #DATA= docbook.css #DOCS= todo.sgml schedule.sgml DOCS= announce.sgml DOCS+= hardware.sgml relnotes.sgml DATA= docbook.css DATA+= errata.html DATA+= early-adopter.html DATA+= hardware-alpha.html DATA+= hardware-amd64.html DATA+= hardware-ia64.html DATA+= hardware-i386.html DATA+= hardware-pc98.html DATA+= hardware-sparc64.html DATA+= relnotes-alpha.html DATA+= relnotes-amd64.html DATA+= relnotes-ia64.html DATA+= relnotes-i386.html DATA+= relnotes-pc98.html DATA+= relnotes-sparc64.html +### Revision checking +REVCHECK= YES + .include "${WEB_PREFIX}/share/mk/web.site.mk"