From 7f2400b466554a8a7ab98a597ac8ac7dbcebe724 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Sun, 9 Aug 1998 16:22:19 +0000 Subject: [PATCH] Changes in the English version are merged: Makefile: 1.36 --> 1.42 applications.sgml: 1.7 --> 1.8 doc.hdr: 1.6 --> 1.7 doc.sgml: 1.47 --> 1.50 includes.sgml: 1.20 --> 1.21 index.html: 1.48 --> 1.53 internet.sgml: 1.11 --> 1.12 publish.sgml: 1.10 --> 1.12 support.sgml: 1.89 --> 1.92 where.sgml: 1.25 --> 1.26 alpha/Makefile: 1.1 --> 1.2 commercial/commercial.sgml: 1.25 --> 1.26 commercial/Makefile: --> 1.3 copyright/daemon.sgml: 1.6 --> 1.8 copyright/license.sgml: 1.2 --> 1.3 copyright/Makefile: --> 1.1 docproj/Makefile: 1.2 --> 1.4 docproj/docproj.sgml: 1.11 --> 1.12 docproj/translations.sgml: 1.3 --> 1.5 gallery/Makefile: --> 1.3 gallery/gallery.sgml: 1.36 --> 1.39 internal/Makefile: --> 1.7 internal/about.sgml: 1.14 --> 1.18 internal/mirror.sgml: 1.5 --> 1.6 internal/machines.sgml: 1.3 --> 1.5 internal/resignation.sgml: 1.1 --> 1.2 news/Makefile: 1.2 --> 1.3 news/newsflash.sgml: 1.89 --> 1.91 news/press.sgml: 1.12 --> 1.15 projects/Makefile: --> 1.3 projects/mozilla.sgml: 1.2 --> 1.4 projects/newvies.sgml: 1.3 --> 1.5 release/2.2.6R/announce.sgml: 1.1 --> 1.2 release/2.2.7R/announce.sgml: 1.3 --> 1.4 release/index.sgml: 1.21 --> 1.22 search/Makefile: 1.36 --> 1.2 (???) search/index-site.sgml: 1.15 --> 1.16 search/search.sgml: 1.32 --> 1.33 search/search-mid.sgml: 1.3 --> 1.4 search/searchhints.sgml: 1.3 --> 1.4 search/web.atoz: 1.34 --> 1.38 security/Makefile: 1.1 --> 1.2 Submitted by: Motoyuki Konno --- ja/Makefile | 59 ++++++++++++++++++-------------- ja/alpha/Makefile | 8 +++-- ja/applications.sgml | 6 ++-- ja/commercial/Makefile | 10 +++++- ja/commercial/commercial.sgml | 6 ++-- ja/copyright/Makefile | 6 +++- ja/copyright/daemon.sgml | 6 ++-- ja/copyright/license.sgml | 6 ++-- ja/doc.hdr | 4 +-- ja/docproj/Makefile | 17 +++++---- ja/docproj/docproj.sgml | 6 ++-- ja/docproj/translations.sgml | 8 ++--- ja/docs.sgml | 6 ++-- ja/gallery/Makefile | 7 ++-- ja/gallery/gallery.sgml | 6 ++-- ja/includes.sgml | 4 +-- ja/index.html | 9 ++--- ja/internal/Makefile | 19 +++++++--- ja/internal/about.sgml | 8 ++--- ja/internal/machines.sgml | 8 ++--- ja/internal/mirror.sgml | 6 ++-- ja/internal/resignation.sgml | 6 ++-- ja/internet.sgml | 6 ++-- ja/news/Makefile | 4 +-- ja/news/newsflash.sgml | 6 ++-- ja/news/press.sgml | 12 +++++-- ja/projects/Makefile | 7 +++- ja/projects/mozilla.sgml | 6 ++-- ja/projects/newbies.sgml | 6 ++-- ja/publish.sgml | 8 ++--- ja/releases/2.2.6R/announce.sgml | 8 ++--- ja/releases/2.2.7R/announce.sgml | 8 ++--- ja/releases/index.sgml | 6 ++-- ja/search/Makefile | 7 ++-- ja/search/index-site.sgml | 6 ++-- ja/search/search-mid.sgml | 6 ++-- ja/search/search.sgml | 6 ++-- ja/search/searchhints.sgml | 6 ++-- ja/search/web.atoz | 4 +-- ja/security/Makefile | 6 ++-- ja/support.sgml | 12 ++++--- ja/where.sgml | 6 ++-- 42 files changed, 205 insertions(+), 152 deletions(-) diff --git a/ja/Makefile b/ja/Makefile index f46f70766a..1796c0efad 100644 --- a/ja/Makefile +++ b/ja/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.25 1998-08-04 13:57:19 wosch Exp $ +# $Id: Makefile,v 1.26 1998-08-09 16:22:14 kuriyama Exp $ # The FreeBSD Japanese Documentation Project -# Original revision: 1.36 +# Original revision: 1.42 .if exists(Makefile.conf) .include "Makefile.conf" @@ -8,44 +8,53 @@ # These are turned into validated, normalized HTML files. -DOCS= applications.sgml auditors.sgml availability.sgml branch.sgml +DOCS= applications.sgml +DOCS+= auditors.sgml +DOCS+= availability.sgml +DOCS+= branch.sgml DOCS+= docs.sgml -DOCS+= features.sgml register.sgml +DOCS+= features.sgml +DOCS+= register.sgml DOCS+= internet.sgml DOCS+= mailto.sgml DOCS+= publish.sgml -DOCS+= send-pr.sgml support.sgml where.sgml -DOCS+= y2kbug.sgml - +DOCS+= send-pr.sgml +DOCS+= support.sgml +DOCS+= where.sgml +DOCS+= y2kbug.sgml + # Japanese-only file DOCS+= jabout.sgml -# Not available in Japanese version. -#DOCS+= cgallery.sgml npgallery.sgml pgallery.sgml - CLEANFILES+=atoz.sgml site.sgml # These will be directly installed. DATA= index.html - # Subdirectories -#SUBDIR= security cgi commercial docproj gifs ports releases tutorials -#SUBDIR+= news alpha projects -SUBDIR= security -SUBDIR+= docproj -SUBDIR+= ports -SUBDIR+= releases -SUBDIR+= news -SUBDIR+= alpha -SUBDIR+= copyright -SUBDIR+= internal -SUBDIR+= search -SUBDIR+= projects -SUBDIR+= commercial -SUBDIR+= gallery +# SGML + +SUBDIR= security +SUBDIR+= commercial +SUBDIR+= docproj +SUBDIR+= news +SUBDIR+= alpha +SUBDIR+= internal +SUBDIR+= copyright +SUBDIR+= search +SUBDIR+= gallery +SUBDIR+= ports +SUBDIR+= projects +SUBDIR+= releases + +# Non-SGML +#SUBDIR+= gifs +#SUBDIR+= cgi + +# Extern +#SUBDIR+= tutorials # Subdirectories that have linuxdoc docs and makefiles that use # . diff --git a/ja/alpha/Makefile b/ja/alpha/Makefile index f8acc817d0..e3df610534 100644 --- a/ja/alpha/Makefile +++ b/ja/alpha/Makefile @@ -1,10 +1,12 @@ -# $Id: Makefile,v 1.1 1998-07-30 02:35:20 hanai Exp $ +# $Id: Makefile,v 1.2 1998-08-09 16:22:16 kuriyama Exp $ # The FreeBSD Japanese Documentation Project -# Original revision: 1.1 +# Original revision: 1.2 DOCS= alpha.sgml # DOCS+= current.sgml # DOCS+= bootstrapping.sgml - + +INDEXLINK=alpha.html + .include "../../web.mk" diff --git a/ja/applications.sgml b/ja/applications.sgml index 40af0561ed..a4f1346e1a 100644 --- a/ja/applications.sgml +++ b/ja/applications.sgml @@ -1,11 +1,11 @@ + %includes; ]> - + - + &header; diff --git a/ja/commercial/Makefile b/ja/commercial/Makefile index 142e9e98b8..70c0828cf9 100644 --- a/ja/commercial/Makefile +++ b/ja/commercial/Makefile @@ -1,5 +1,13 @@ -# $Id: Makefile,v 1.2 1998-08-04 12:31:46 wosch Exp $ +# $Id: Makefile,v 1.3 1998-08-09 16:22:16 kuriyama Exp $ +# The FreeBSD Japanese Documentation Project +# Original revision: 1.3 DOCS = commercial.sgml +# DOCS+= consulting.sgml +# DOCS+= hardware.sgml +# DOCS+= misc.sgml +# DOCS+= software.sgml + +INDEXLINK=commercial.html .include "../../web.mk" diff --git a/ja/commercial/commercial.sgml b/ja/commercial/commercial.sgml index 97823ec0f5..0bfee1e351 100644 --- a/ja/commercial/commercial.sgml +++ b/ja/commercial/commercial.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; diff --git a/ja/copyright/Makefile b/ja/copyright/Makefile index 7abdd0598b..70fab882ed 100644 --- a/ja/copyright/Makefile +++ b/ja/copyright/Makefile @@ -1,6 +1,10 @@ -# $Id: Makefile,v 1.2 1998-08-04 12:32:36 wosch Exp $ +# $Id: Makefile,v 1.3 1998-08-09 16:22:16 kuriyama Exp $ +# The FreeBSD Japanese Documentation Project +# Original revision: 1.1 DOCS= license.sgml DOCS+= daemon.sgml +# DATA+= COPYING COPYING.LIB + .include "../../web.mk" diff --git a/ja/copyright/daemon.sgml b/ja/copyright/daemon.sgml index d4495fb9eb..922ce81139 100644 --- a/ja/copyright/daemon.sgml +++ b/ja/copyright/daemon.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; diff --git a/ja/copyright/license.sgml b/ja/copyright/license.sgml index c7ac2ef911..fae468207d 100644 --- a/ja/copyright/license.sgml +++ b/ja/copyright/license.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; diff --git a/ja/doc.hdr b/ja/doc.hdr index 58d67561f3..d0ef0d222f 100644 --- a/ja/doc.hdr +++ b/ja/doc.hdr @@ -1,6 +1,6 @@ - + - + メニュー diff --git a/ja/docproj/Makefile b/ja/docproj/Makefile index e3e6e52d24..f60a6c80f8 100644 --- a/ja/docproj/Makefile +++ b/ja/docproj/Makefile @@ -1,12 +1,15 @@ -# $Id: Makefile,v 1.5 1998-08-03 16:40:14 wosch Exp $ +# $Id: Makefile,v 1.6 1998-08-09 16:22:16 kuriyama Exp $ # The FreeBSD Japanese Documentation Project -# Original revision: 1.2 +# Original revision: 1.4 -.if exists(Makefile.conf) -.include "Makefile.conf" -.endif +DOCS= current.sgml +DOCS+= doc-set.sgml +DOCS+= sgml.sgml +DOCS+= submitting.sgml +DOCS+= who.sgml +DOCS+= translations.sgml +DOCS+= docproj.sgml -DOCS= current.sgml doc-set.sgml submitting.sgml who.sgml translations.sgml -DOCS+= sgml.sgml docproj.sgml +INDEXLINK= docproj.html .include "../../web.mk" diff --git a/ja/docproj/docproj.sgml b/ja/docproj/docproj.sgml index 79032e279b..1552116058 100644 --- a/ja/docproj/docproj.sgml +++ b/ja/docproj/docproj.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; diff --git a/ja/docproj/translations.sgml b/ja/docproj/translations.sgml index b5a6ec2251..564eadd585 100644 --- a/ja/docproj/translations.sgml +++ b/ja/docproj/translations.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - - + + &header; @@ -58,7 +58,7 @@
利用できるドキュメント
-
FAQ
+
FAQ
現在作業しているドキュメント
ハンドブック
diff --git a/ja/docs.sgml b/ja/docs.sgml index 4b2c20ccf2..b6d69944e4 100644 --- a/ja/docs.sgml +++ b/ja/docs.sgml @@ -1,11 +1,11 @@ + %includes; ]> - + - + diff --git a/ja/gallery/Makefile b/ja/gallery/Makefile index 18b7c60006..7e123f8fe1 100644 --- a/ja/gallery/Makefile +++ b/ja/gallery/Makefile @@ -1,6 +1,9 @@ -# $Id: Makefile,v 1.2 1998-08-04 12:32:37 wosch Exp $ +# $Id: Makefile,v 1.3 1998-08-09 16:22:17 kuriyama Exp $ +# The FreeBSD Japanese Documentation Project +# Original revision: 1.3 DOCS = gallery.sgml -.include "../../web.mk" +INDEXLINK= gallery.html +.include "../../web.mk" diff --git a/ja/gallery/gallery.sgml b/ja/gallery/gallery.sgml index bd75082823..2e3335bed2 100644 --- a/ja/gallery/gallery.sgml +++ b/ja/gallery/gallery.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; diff --git a/ja/includes.sgml b/ja/includes.sgml index 247fd0a417..f7f1953a5b 100644 --- a/ja/includes.sgml +++ b/ja/includes.sgml @@ -1,6 +1,6 @@ - + - + + - + FreeBSD Inc. @@ -126,6 +126,7 @@ function change(Name,Image,No) { + @@ -233,7 +234,7 @@ FreeBSD

FreeBSD は無料です

- +

このような特色を持ったオペレーティングシステムは高い値段で販売されてい @@ -308,7 +309,7 @@ FreeBSD questions@FreeBSD.ORG
この web サイトについて
この web サイトの日本語化について
-$Date: 1998-08-03 17:50:28 $ +$Date: 1998-08-09 16:22:15 $ diff --git a/ja/internal/Makefile b/ja/internal/Makefile index 7494637a34..427264dd57 100644 --- a/ja/internal/Makefile +++ b/ja/internal/Makefile @@ -1,8 +1,17 @@ -# $Id: Makefile,v 1.2 1998-08-04 12:32:37 wosch Exp $ +# $Id: Makefile,v 1.3 1998-08-09 16:22:17 kuriyama Exp $ +# The FreeBSD Japanese Documentation Project +# Original revision: 1.7 -DOCS+= about.sgml -DOCS+= mirror.sgml -DOCS+= machines.sgml -DOCS+= resignation.sgml +# DOCS= photos.sgml +# DOCS+= internal.sgml +# DOCS+= homepage.sgml +DOCS+= about.sgml +DOCS+= machines.sgml +DOCS+= mirror.sgml +DOCS+= resignation.sgml + +# INDEXLINK= internal.html + +# DATA+= README.mirror .include "../../web.mk" diff --git a/ja/internal/about.sgml b/ja/internal/about.sgml index 103eed3672..3bc264c32b 100644 --- a/ja/internal/about.sgml +++ b/ja/internal/about.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; @@ -15,7 +15,7 @@

www.freebsd.org は, freefall.freebsd.org も - 兼ねるマシンで, 200MHz Pentium Pro, PCIマザーボード, 128MB + 兼ねるマシンで, 400MHz Pentium Pro, PCIマザーボード, 256MB の RAM と約 4 GB のディスクから構成されています. Web ページとメーリングリストのサーチエンジンのマシンは hub.freebsd.orgで, 400 MHz Pentium II, 256MB の RAM と diff --git a/ja/internal/machines.sgml b/ja/internal/machines.sgml index 2b2878b23a..379998d44f 100644 --- a/ja/internal/machines.sgml +++ b/ja/internal/machines.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; @@ -111,7 +111,7 @@ Intel EtherExpress Pro 10/100B NIC. freefall Intel x86 -200MHz Pentium Pro, 128MBメモリー, NCR 53c875 PCI SCSI +400MHz Pentium Pro, 256MBメモリー, NCR 53c875 PCI SCSI コントローラ, 4x4GB SCSI WIDEドライブ, Intel EtherExpress Pro 10/100B NIC. diff --git a/ja/internal/mirror.sgml b/ja/internal/mirror.sgml index d396a7c75c..8bf9cb6f17 100644 --- a/ja/internal/mirror.sgml +++ b/ja/internal/mirror.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; diff --git a/ja/internal/resignation.sgml b/ja/internal/resignation.sgml index c39c4b2245..197464b5b9 100644 --- a/ja/internal/resignation.sgml +++ b/ja/internal/resignation.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; diff --git a/ja/internet.sgml b/ja/internet.sgml index f35f31e827..42b667c192 100644 --- a/ja/internet.sgml +++ b/ja/internet.sgml @@ -1,11 +1,11 @@ + %includes; ]> - + - + &header; diff --git a/ja/news/Makefile b/ja/news/Makefile index 3f6e68b63f..5e8625815d 100644 --- a/ja/news/Makefile +++ b/ja/news/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.2 1998-08-03 16:40:15 wosch Exp $ +# $Id: Makefile,v 1.3 1998-08-09 16:22:17 kuriyama Exp $ # The FreeBSD Japanese Documentation Project -# Original revision: 1.2 +# Original revision: 1.3 DOCS= qnewsletter.sgml DOCS+= press.sgml diff --git a/ja/news/newsflash.sgml b/ja/news/newsflash.sgml index 40f60e5dcf..813029a8d0 100644 --- a/ja/news/newsflash.sgml +++ b/ja/news/newsflash.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; diff --git a/ja/news/press.sgml b/ja/news/press.sgml index 89cb5a0575..de942a5e0c 100644 --- a/ja/news/press.sgml +++ b/ja/news/press.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; @@ -20,6 +20,12 @@

1998 年 7 月

    +
  • CRL プレスリリース 1998 年 7 月 30 日
    + + + 世界最大のパブリック FTP サーバの一つである Walnut Creek CDROM は + FreeBSD と CRL の高速インターネットネットワークを利用して + トラフィックの記録を達成しました.

  • ( freshmeat ) - ( editorials ) 1998 年 7 月 13 日,
    ロープの片端を引っ張ること diff --git a/ja/projects/Makefile b/ja/projects/Makefile index 37d91bdcaf..254720ba20 100644 --- a/ja/projects/Makefile +++ b/ja/projects/Makefile @@ -1,6 +1,11 @@ -# $Id: Makefile,v 1.2 1998-08-04 12:32:37 wosch Exp $ +# $Id: Makefile,v 1.3 1998-08-09 16:22:17 kuriyama Exp $ +# The FreeBSD Japanese Documentation Project +# Original revision: 1.3 +# DOCS= projects.sgml DOCS+= mozilla.sgml DOCS+= newbies.sgml +#INDEXLINK= projects.html + .include "../../web.mk" diff --git a/ja/projects/mozilla.sgml b/ja/projects/mozilla.sgml index ea74bfd116..97ad67f7fb 100644 --- a/ja/projects/mozilla.sgml +++ b/ja/projects/mozilla.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + diff --git a/ja/projects/newbies.sgml b/ja/projects/newbies.sgml index c0b483a47b..37fc96460e 100644 --- a/ja/projects/newbies.sgml +++ b/ja/projects/newbies.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; diff --git a/ja/publish.sgml b/ja/publish.sgml index 61a70238ec..cc015d6ac8 100644 --- a/ja/publish.sgml +++ b/ja/publish.sgml @@ -1,11 +1,11 @@ + %includes; ]> - + - + &header; @@ -211,6 +211,6 @@ FreeBSD
    questions@FreeBSD.ORG
    Copyright © 1995-1997 FreeBSD Inc. - All rights reserved.
    $Date: 1998-08-06 14:37:13 $
    + All rights reserved.
    $Date: 1998-08-09 16:22:15 $ diff --git a/ja/releases/2.2.6R/announce.sgml b/ja/releases/2.2.6R/announce.sgml index 5e72a98b06..a3d4c8c94e 100644 --- a/ja/releases/2.2.6R/announce.sgml +++ b/ja/releases/2.2.6R/announce.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; @@ -55,7 +55,7 @@ Concord CA, 94520 USA
    Phone: +1 925 674-0783
    Fax: +1 925 674-0821
    Tech Support: +1 925 603-1234
    -Email: info@cdrom.com
    +Email: info@cdrom.com
    WWW: http://www.cdrom.com/

    diff --git a/ja/releases/2.2.7R/announce.sgml b/ja/releases/2.2.7R/announce.sgml index 9cce86f0ca..8d556f5c88 100644 --- a/ja/releases/2.2.7R/announce.sgml +++ b/ja/releases/2.2.7R/announce.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; @@ -70,7 +70,7 @@ Concord CA, 94520 USA
    Phone: +1 925 674-0783
    Fax: +1 925 674-0821
    Tech Support: +1 925 603-1234
    -Email: info@cdrom.com
    +Email: info@cdrom.com
    WWW: http://www.cdrom.com/

    diff --git a/ja/releases/index.sgml b/ja/releases/index.sgml index e7c584b311..b1f036ac09 100644 --- a/ja/releases/index.sgml +++ b/ja/releases/index.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; diff --git a/ja/search/Makefile b/ja/search/Makefile index 970db8e942..0aae0126d6 100644 --- a/ja/search/Makefile +++ b/ja/search/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.1 1998-08-03 16:44:13 wosch Exp $ +# $Id: Makefile,v 1.2 1998-08-09 16:22:18 kuriyama Exp $ # The FreeBSD Japanese Documentation Project -# Original revision: 1.36 +# Original revision: 1.2 # These are turned into validated, normalized HTML files. @@ -9,7 +9,7 @@ DOCS+= search.sgml DOCS+= searchhints.sgml DOCS+= search-mid.sgml - +INDEXLINK= search.html CLEANFILES+=atoz.sgml site.sgml index-site.sgml: atoz.sgml site.sgml @@ -19,4 +19,3 @@ site.sgml: ../../en/search/site.map perl ../../en/search/site.pl < ${.ALLSRC} > ${.TARGET} .include "../../web.mk" - diff --git a/ja/search/index-site.sgml b/ja/search/index-site.sgml index 09c4661219..c3b257fbe6 100644 --- a/ja/search/index-site.sgml +++ b/ja/search/index-site.sgml @@ -1,14 +1,14 @@ - + %includes; ]> - + - + &header; diff --git a/ja/search/search-mid.sgml b/ja/search/search-mid.sgml index 9706c98bf4..7f54d1edd8 100644 --- a/ja/search/search-mid.sgml +++ b/ja/search/search-mid.sgml @@ -1,14 +1,14 @@ - + %includes; ]> - + - + &header; diff --git a/ja/search/search.sgml b/ja/search/search.sgml index c919c41e30..c778901208 100644 --- a/ja/search/search.sgml +++ b/ja/search/search.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; diff --git a/ja/search/searchhints.sgml b/ja/search/searchhints.sgml index 50e09589b6..e5b3fc105d 100644 --- a/ja/search/searchhints.sgml +++ b/ja/search/searchhints.sgml @@ -1,12 +1,12 @@ - + %includes; ]> - + - + &header; diff --git a/ja/search/web.atoz b/ja/search/web.atoz index 1613115476..c9c3e52f9f 100644 --- a/ja/search/web.atoz +++ b/ja/search/web.atoz @@ -4,10 +4,10 @@ # With the format `|'. # Empty lines or comments are ignored. # -# $Id: web.atoz,v 1.8 1998-08-06 14:37:13 wosch Exp $ +# $Id: web.atoz,v 1.9 1998-08-09 16:22:18 kuriyama Exp $ # # The FreeBSD Japanese Documentation Project -# Original revision: 1.34 +# Original revision: 1.38 # about.sgml Usage statistics for this server|../internal/about.html diff --git a/ja/security/Makefile b/ja/security/Makefile index b1ce3b5097..a307681e01 100644 --- a/ja/security/Makefile +++ b/ja/security/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.5 1998-07-27 08:39:09 hanai Exp $ +# $Id: Makefile,v 1.6 1998-08-09 16:22:19 kuriyama Exp $ # The FreeBSD Japanese Documentation Project -# Original revision: 1.1 +# Original revision: 1.2 .if exists(Makefile.conf) .include "Makefile.conf" @@ -11,4 +11,6 @@ DOCS+= programmers.sgml DOCS+= security.sgml DOCS+= secure.sgml +INDEXLINK= security.html + .include "../../web.mk" diff --git a/ja/support.sgml b/ja/support.sgml index fd2595a797..28e2622a77 100644 --- a/ja/support.sgml +++ b/ja/support.sgml @@ -1,11 +1,11 @@ + %includes; ]> - + - + &header; @@ -20,7 +20,8 @@ freebsd-questions@FreeBSD.ORG に (訳注: 英語で) 投稿してください. メーリングリストのアーカイブを www.freebsd.org にて - + 検索 することも + できます.

    いくつかの英語以外のメーリングリストもあります:

  • diff --git a/ja/where.sgml b/ja/where.sgml index af31adaed7..8bd2bd179e 100644 --- a/ja/where.sgml +++ b/ja/where.sgml @@ -1,11 +1,11 @@ + %includes; ]> - + - + &header;