diff --git a/ja/projects/Makefile b/ja/projects/Makefile index 41adefc16a..76731f2b4e 100644 --- a/ja/projects/Makefile +++ b/ja/projects/Makefile @@ -1,25 +1,26 @@ -# $FreeBSD: www/ja/projects/Makefile,v 1.14 2004/01/17 02:37:43 hrs Exp $ +# $FreeBSD: www/ja/projects/Makefile,v 1.15 2004/01/22 16:20:23 hrs Exp $ # The FreeBSD Japanese Documentation Project # 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 gnats4 mips +SUBDIR= mips ### Revision checking REVCHECK= yes .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ja/projects/Makefile.inc b/ja/projects/Makefile.inc new file mode 100644 index 0000000000..76834f7fb6 --- /dev/null +++ b/ja/projects/Makefile.inc @@ -0,0 +1,6 @@ +# $FreeBSD$ +# The FreeBSD Japanese Documentation Project +# Original revision: 1.1 + +WEBBASE?= /data/ja/projects +WEB_PREFIX?= ${.CURDIR}/../../.. diff --git a/ja/projects/Makefile b/ja/projects/mips/Makefile similarity index 50% copy from ja/projects/Makefile copy to ja/projects/mips/Makefile index 41adefc16a..eacbd1eda6 100644 --- a/ja/projects/Makefile +++ b/ja/projects/mips/Makefile @@ -1,25 +1,22 @@ -# $FreeBSD: www/ja/projects/Makefile,v 1.14 2004/01/17 02:37:43 hrs Exp $ +# Summary for C99 project status +# +# $FreeBSD$ # The FreeBSD Japanese Documentation Project -# Original revision: 1.15 +# Original revision: 1.1 + +MAINTAINER= jmallett .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 gnats4 mips +DOCS= index.sgml +DATA= style.css ### Revision checking REVCHECK= yes .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ja/projects/mips/style.css b/ja/projects/mips/style.css new file mode 100644 index 0000000000..a7d1b36dc3 --- /dev/null +++ b/ja/projects/mips/style.css @@ -0,0 +1,43 @@ +/* + * The FreeBSD Japanese Documentation Project + * Original revision: 1.1 + */ + +BODY { +} + +BODY TD { + font-size: 13px; +} + +BODY SMALL { + width: 615px; + font-size: 11px; +} + +.heading { + font-size: 15px; + background-color: #cbd2ec; +} + +.section { + font-size: 15px; + font-weight: bold; + background-color: #e7e9f7; +} + +.notes { + font-size: 13px; + font-weight: normal; +} + +.main { + width: 615px; + height: auto; + text-align: justify; +} + +.list { + width: 550px; + height: auto; +}