Fix many problems which causes failure of building Japanese-translated

WWW pages.

Submitted by: Motoyuki Konno <motoyuki@snipe.rim.or.jp>
This commit is contained in:
Hiroyuki Hanai 1998-07-27 04:47:06 +00:00
parent 466c2e90cd
commit b8e6d0a2c8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3195
10 changed files with 78 additions and 42 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.15 1998-07-26 11:59:14 wosch Exp $
# $Id: Makefile,v 1.16 1998-07-27 04:46:58 hanai Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.24
@ -11,15 +11,22 @@
DOCS= about.sgml applications.sgml auditors.sgml availability.sgml branch.sgml
DOCS+= commercial.sgml daemon.sgml docproj.sgml docs.sgml
DOCS+= features.sgml gallery.sgml index-site.sgml register.sgml
DOCS+= internet.sgml license.sgml mailto.sgml mirror.sgml newsflash.sgml
DOCS+= publish.sgml search.sgml searchhints.sgml
DOCS+= send-pr.sgml security.sgml support.sgml where.sgml resignation.sgml
DOCS+= machines.sgml
DOCS+= jabout.sgml
#DOCS+= cgallery.sgml npgallery.sgml pgallery.sgml
DOCS+= y2kbug.sgml search-mid.sgml
DOCS+= internet.sgml license.sgml
DOCS+= machines.sgml mailto.sgml mirror.sgml
DOCS+= newsflash.sgml publish.sgml search.sgml
DOCS+= searchhints.sgml send-pr.sgml support.sgml where.sgml
DOCS+= resignation.sgml y2kbug.sgml search-mid.sgml
CLEANFILES+=atoz.sgml
# Japanese-only file
DOCS+= jabout.sgml
# Not translated into Japanese yet.
#DOCS+= mozilla.sgml newbies.sgml press.sgml
# Not available in Japanese version.
#DOCS+= cgallery.sgml npgallery.sgml pgallery.sgml
CLEANFILES+=atoz.sgml site.sgml
# These will be directly installed.
@ -27,15 +34,18 @@ DATA= index.html
# Files or targets listed here are defined in this file.
index-site.sgml: atoz.sgml
index-site.sgml: atoz.sgml site.sgml
atoz.sgml: web.atoz
sort -fu web.atoz | perl ../atoz.pl > ${.TARGET}
site.sgml: ../site.map
perl ../site.pl < ${.ALLSRC} > ${.TARGET}
# Subdirectories
#SUBDIR= cgi commercial gifs ports releases tutorials
SUBDIR= docproj ports releases
SUBDIR+= security
#SUBDIR= security cgi commercial docproj gifs ports releases tutorials
#SUBDIR+= news alpha projects
SUBDIR= security docproj ports releases
# Subdirectories that have linuxdoc docs and makefiles that use
# <bsd.sgml.mk>.

View file

@ -1,3 +1,7 @@
# $Id: Makefile,v 1.2 1998-07-27 04:47:02 hanai Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.1
DOCS= announce.sgml errata.sgml
.include "../../web.mk"
.include "../../../web.mk"

View file

@ -1,12 +1,12 @@
# $Id: Makefile,v 1.2 1998-03-27 08:23:28 hanai Exp $
# $Id: Makefile,v 1.3 1998-07-27 04:47:00 hanai Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.10
# Original revision: 1.11
DOCS?= index.sgml snapshots.sgml
#SUBDIR= 1.1 1.1.5 2.0 2.0.5A 2.0.5R 2.0A 2.1R
SUBDIR= 2.1.5R 2.1.6R 2.1.7R 2.2R
SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R
SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R
.if defined $(NEW_BUILD)
SUBDIR=

View file

@ -1,4 +1,6 @@
# $Id: Makefile,v 1.3 1998-07-26 11:29:56 hanai Exp $
# $Id: Makefile,v 1.4 1998-07-27 04:47:05 hanai Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.1
.if exists(Makefile.conf)
.include "Makefile.conf"
@ -9,4 +11,4 @@ DOCS+= programmers.sgml
DOCS+= security.sgml
DOCS+= secure.sgml
.include "../web.mk"
.include ".././/web.mk"

View file

@ -1,10 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-07-26 10:51:34 $">
<!ENTITY date "$Date: 1998-07-27 04:47:06 $">
<!ENTITY title "Security Do's and Don'ts for Programmers">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $Id: programmers.sgml,v 1.1 1998-07-26 10:51:34 hanai Exp $ -->
<!-- $Id: programmers.sgml,v 1.2 1998-07-27 04:47:06 hanai Exp $ -->
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.1 -->
<html>
&header;