diff --git a/ja/projects/Makefile b/ja/projects/Makefile index 41adefc16a..76731f2b4e 100644 --- a/ja/projects/Makefile +++ b/ja/projects/Makefile @@ -1,4 +1,4 @@ -# $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 @@ -18,6 +18,7 @@ DOCS+= cvsweb.sgml INDEXLINK= projects.html #SUBDIR= busdma c99 gnats4 mips +SUBDIR= mips ### Revision checking REVCHECK= yes 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/mips/Makefile b/ja/projects/mips/Makefile new file mode 100644 index 0000000000..eacbd1eda6 --- /dev/null +++ b/ja/projects/mips/Makefile @@ -0,0 +1,22 @@ +# Summary for C99 project status +# +# $FreeBSD$ +# The FreeBSD Japanese Documentation Project +# Original revision: 1.1 + +MAINTAINER= jmallett + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +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; +}