From owner-doc-jp@jp.freebsd.org  Mon Jul 27 01:51:04 1998
Received: (from daemon@localhost)
	by jaz.jp.freebsd.org (8.8.8+3.0Wbeta13/8.7.3) id BAA04656;
	Mon, 27 Jul 1998 01:51:04 +0900 (JST)
	(envelope-from owner-doc-jp@jp.FreeBSD.org)
Received: from ns11.rim.or.jp (root@ns11.rim.or.jp [202.247.130.230])
	by jaz.jp.freebsd.org (8.8.8+3.0Wbeta13/8.7.3) with ESMTP id BAA04645
	for <doc-jp@jp.freebsd.org>; Mon, 27 Jul 1998 01:51:02 +0900 (JST)
	(envelope-from motoyuki@snipe.rim.or.jp)
Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP
	id BAA28603 for <doc-jp@jp.freebsd.org>; Mon, 27 Jul 1998 01:51:01 +0900 (JST)
Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP
	id BAA02840 for doc-jp@jp.freebsd.org; Mon, 27 Jul 1998 01:51:01 +0900 (JST)
Received: from rei.snipe.rim.or.jp (localhost.snipe.rim.or.jp [127.0.0.1]) by rei.snipe.rim.or.jp (8.8.8/3.5Wpl7) with ESMTP
	id BAA04191 for <doc-jp@jp.freebsd.org>; Mon, 27 Jul 1998 01:39:40 +0900 (JST)
Message-Id: <199807261639.BAA04191@rei.snipe.rim.or.jp>
To: doc-jp@jp.freebsd.org
X-Mailer: mh-e on Mule 2.3 / Emacs 19.28
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Date: Mon, 27 Jul 1998 01:39:38 +0900
From: Motoyuki Konno <motoyuki@snipe.rim.or.jp>
Reply-To: doc-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=24e+ JFUG special]
X-Sequence: doc-jp 4976
Subject: [doc-jp 4976] <WWW> Makefile etc.
Errors-To: owner-doc-jp@jp.freebsd.org
Sender: owner-doc-jp@jp.freebsd.org

  $B:#Ln$G$9!#(B

  $B8=>u$G$O(B WWW $B$N(B make $B$,$G$-$J$$>uBV$K$J$C$F$$$k$N$G!"0J2<$N%Q%C%A$r(B
$B$"$F$F2<$5$$(B $B!d(B committer $B$N3'$5$^(B

------------------------------------------------------------------------
--- Makefile.old	Mon Jul 27 01:05:57 1998
+++ Makefile	Mon Jul 27 01:26:59 1998
@@ -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+= 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
+
+# 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
-DOCS+= y2kbug.sgml search-mid.sgml
 
-CLEANFILES+=atoz.sgml
+CLEANFILES+=atoz.sgml site.sgml
 
 # These will be directly installed.
 
@@ -27,15 +34,18 @@
 
 # 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>.
--- security/Makefile.old	Mon Jul 27 01:02:16 1998
+++ security/Makefile	Mon Jul 27 01:03:12 1998
@@ -1,4 +1,6 @@
 # $Id: Makefile,v 1.3 1998/07/26 11:29:56 hanai Exp $
+# The FreeBSD Japanese Documentation Project
+# Original revision: 1.1
 
 .if exists(Makefile.conf)
 .include "Makefile.conf"
@@ -9,4 +11,4 @@
 DOCS+=	security.sgml
 DOCS+=  secure.sgml
 
-.include "../web.mk"
+.include ".././/web.mk"
--- security/programmers.sgml.old	Mon Jul 27 01:03:18 1998
+++ security/programmers.sgml	Mon Jul 27 01:04:10 1998
@@ -5,6 +5,8 @@
 <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
 ]>
 <!-- $Id: programmers.sgml,v 1.1 1998/07/26 10:51:34 hanai Exp $ -->
+<!-- The FreeBSD Japanese Documentation Project -->
+<!-- Original revision: 1.1 -->
 
 <html>
     &header;
--- releases/Makefile.old	Mon Jul 27 00:45:24 1998
+++ releases/Makefile	Mon Jul 27 00:46:08 1998
@@ -1,12 +1,12 @@
 # $Id: Makefile,v 1.2 1998/03/27 08:23:28 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=
--- releases/2.2.7R/Makefile.old	Mon Jul 27 00:47:25 1998
+++ releases/2.2.7R/Makefile	Mon Jul 27 00:56:52 1998
@@ -1,3 +1,7 @@
+# $Id$
+# The FreeBSD Japanese Documentation Project
+# Original revision: 1.1
+
 DOCS=	announce.sgml errata.sgml
 
-.include "../../web.mk"
+.include "../../../web.mk"
------------------------------------------------------------------------
begin 644 diffs.gz
M'XL("#Q;NS4"`V1I9F9S`*U7;6_;-A#^;/V*6Y(.+10IEAS9B9JD>7.&%$DZ
MV"F&?A@&6J)M-C(ED%)>NO6_[TA1LJ7:V08L@$/Q=,_Q7IX[VH[CP"UYH%.6
M4#=-XLYMRN%CD8`_@*X7=H,P&(!W>'A@V;9=:[:T_'X8')9:IZ?@>-ZN%X"-
MB^_#Z:D%EY\NQL<`9)(6N2MGBP1(EB4L(CE+N322(F9Y*JK=(V$)F;"$Y2^E
M9"((C^;ZN31H'T.4+A941(PDI4Y,Z"+EYCF-,I%^K3?&<(V=4I(7@AKQC"0)
M%>8HQF/Z[$B6TW(OZ(S)G`ICP3$6&$<9IR8B#(=R:1`+]#Y/S3,3(C583I_D
M-"'2Q%%9RHI)PHP0)"4B:CS/\2391$C*8R<3E594B#I1LLBR5!BOGN94U%%(
M-N,ZY4U;"Q+A"283EOW/T=4Z#>2FH&OM9O";@ZX![>A;46^(LX:W`X87_V%2
MS%8/=!8L-DY:]C9\)!G!<*B3\N0%%-%KNGQ=DK?4O4MSR)&3,B$YC56ZTAH/
M+Y@W5*K2E'YC24)J"DQ8E;(,?90MHX;Z"46;2XN/5$@5B`65U:C!69XUMHU=
M7>G7$H"\OK@9GMU=7=\,49?DZ3?CV%HQU.V!2-B&^[GR\@GCA`F%F`D:Y9A#
MQF6N/(G1<3T;_(&>#;W]7>]`SP8%OL),2T@%Y$3,:"Z1;E(E5145"'YBG#I<
M9QGR.9.Z-,JBTVK5$%;\WOQNU?E:&,(3G;AJBSYU)%(+G&FQ%/X%&14)N.Z>
MAF0)G,#.G^[]V>B7X?UWRUXY"'7T;D$RR^Y4,"U"V)&"G=W<C$<7WULVRG2,
MBTF9P%0@4U28V^//YY?7H^-.)YJQE;$',S:5H-I`(MT32B3F,2\4D"32<FI8
MQXS#EFZE8:-*-460AQ6L$D'KU,K8JZ=#;0BMJ]X'DF1S`@J)L4G+KKVKS]G@
MY9JL(`](#G/R2)$LO'A&I)[R0'B,DZB\IHQ6(:DR<#21)=?=Q<.):SEX\U4'
M[[UV!?JAUU]>@3]`VNJ]T/-7[L+=?;P)=_N:Z]NP<QV']2VZ^PB>V].Z>]W!
MGH^GX%UZ&`9]#(P3!L/G#';47,#N@BM!Z?GX<CD2+M.H6%">ZPD'OY9I5=J?
M!)LQ3M3(?V1J:H1XCJ>RZ+(IT&=L+OFVCCA*^?2=>L6CI(@I;#7>;.DH#G44
M*I;J.K>7[&C>R66"ZM'@+.UB"ZAF6CQL679#ZN[5+QI%02K,!%&L*V?DNN)@
MM@_6%*<-;</V0Z^[+%*`];&#W7(@'?TTO+N_OO\";\`X*6'\97P_O-7.5C)M
M=NL$WE2"]Q;\?J+@&((N<]L'76ZO4>YN&'AA;W^UW.`X)Y:MK?S[JJ^`UA=?
M*R`!CN;Y(L$G]??SG)*8BO<ZZ56O;>Z$;K@?A/[^,MD_0-KJ_;![L-H)V!>V
M_K^I%WR3G-Z>LG`0^KW0/VCT`ORG7G`V]4)W<YOH/E%<_G#<T3>(N3$XR>0\
MK;Z'J8E4C2]=5-=S`_#=KOJXP5FYC-2BGKV1!96ZKU35&\_ME\M`+?YH91CC
M%C%*BG*]!.72'U5C\W4MO0Q&5<]7]^?.V[OA;W^<?[Z^N7Q7>]2L?PE\E0:#
MT`_6T*"%;*$"_(W0F(L]18:!XH*MN?#_#3K;_.+H$,[3@D?FBR$5@N1D_6#:
./)L:[_X&;]U9O2X-```]
`
end
------------------------------------------------------------------------
---
------------------------------------------------------------------------
$B:#Ln(B  $B85G7!w;3M|0e2JBg3X(B        mkonno@res.yamanashi-med.ac.jp  (Univ)
                                motoyuki@snipe.rim.or.jp        (Home) 
                                http://www.st.rim.or.jp/~motoyuki/
