Connect projects/mips/ to the build.

This commit is contained in:
Hideyuki KURASHINA 2005-01-10 02:17:26 +00:00
parent 4e344f0bac
commit 03a058691b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23493
4 changed files with 73 additions and 1 deletions

View file

@ -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

6
ja/projects/Makefile.inc Normal file
View file

@ -0,0 +1,6 @@
# $FreeBSD$
# The FreeBSD Japanese Documentation Project
# Original revision: 1.1
WEBBASE?= /data/ja/projects
WEB_PREFIX?= ${.CURDIR}/../../..

22
ja/projects/mips/Makefile Normal file
View file

@ -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"

View file

@ -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;
}