diff --git a/ja/projects/Makefile b/ja/projects/Makefile index 1ed9bf445e..41adefc16a 100644 --- a/ja/projects/Makefile +++ b/ja/projects/Makefile @@ -1,25 +1,25 @@ -# $FreeBSD: www/ja/projects/Makefile,v 1.13 2004/01/10 18:37:59 rushani Exp $ +# $FreeBSD: www/ja/projects/Makefile,v 1.14 2004/01/17 02:37:43 hrs Exp $ # The FreeBSD Japanese Documentation Project -# Original revision: 1.14 +# Original revision: 1.15 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= projects.sgml #DOCS+= updater.sgml DOCS+= newbies.sgml #DOCS+= libh.sgml DOCS+= cvsweb.sgml INDEXLINK= projects.html -#SUBDIR= busdma c99 mips +#SUBDIR= busdma c99 gnats4 mips ### Revision checking REVCHECK= yes .include "${WEB_PREFIX}/share/mk/web.site.mk"