[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feedback from TNF



本家 htdocs/ja での変更を、以下の通り反映したいと思います。
月曜日までに異議がなければ、 commit します。

対応する本家の差分は

http://cvsweb.netbsd.org/bsdweb.cgi/htdocs/ja/Changes/Makefile.diff?r1=1.6&r2=1.7
http://cvsweb.netbsd.org/bsdweb.cgi/htdocs/ja/Changes/index.list.diff?r1=1.159&r2=1.160
http://cvsweb.netbsd.org/bsdweb.cgi/htdocs/ja/Makefile.diff?r1=1.2&r2=1.3
http://cvsweb.netbsd.org/bsdweb.cgi/htdocs/ja/People/Makefile.diff?r1=1.4&r2=1.6
http://cvsweb.netbsd.org/bsdweb.cgi/htdocs/ja/gallery/Makefile.diff?r1=1.5&r2=1.6

で、変更点は
- Makefile 中、 make を ${MAKE} に変更
- スウェーデン語訳のディレクトリを se から sv に変更
- 著作権表示の年の変更

です。

Index: Changes/Makefile
===================================================================
RCS file: /cvsroot/htdocs/ja/Changes/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	2005/02/07 16:45:50	1.3
+++ Makefile	2005/04/16 15:23:26
@@ -4,7 +4,7 @@
 #       Process .list files into .html files
 
 all:	index.html
-	cd ..; make index; cd Changes;
+	cd ..; ${MAKE} index; cd Changes;
 
 .SUFFIXES:	.list .html
 
Index: Changes/index.list
===================================================================
RCS file: /cvsroot/htdocs/ja/Changes/index.list,v
retrieving revision 1.177
diff -u -r1.177 index.list
--- index.list	2005/03/05 00:16:50	1.177
+++ index.list	2005/04/16 15:27:02
@@ -2,7 +2,7 @@
 
 <html lang="ja">
 <head>
-<!-- Copyright (c) 1994-2004
+<!-- Copyright (c) 1994-2005
 	The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED. -->
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-2022-JP">
 <link rev="made" href="mailto:www@jp.NetBSD.org">
@@ -1968,7 +1968,7 @@
     <a href="../../pt/Releases/formal-1.6/NetBSD-1.6.html" origlink="../pt/Releases/formal-1.6/NetBSD-1.6.html">ポルトガル語</a>、
     <a href="../../ru/Releases/formal-1.6/NetBSD-1.6.html" origlink="../ru/Releases/formal-1.6/NetBSD-1.6.html">ロシア語</a>、
     <a href="../../es/Releases/formal-1.6/NetBSD-1.6.html" origlink="../es/Releases/formal-1.6/NetBSD-1.6.html">スペイン語</a> および
-    <a href="../../se/Releases/formal-1.6/NetBSD-1.6.html" origlink="../se/Releases/formal-1.6/NetBSD-1.6.html">スウェーデン語</a>
+    <a href="../../sv/Releases/formal-1.6/NetBSD-1.6.html" origlink="../sv/Releases/formal-1.6/NetBSD-1.6.html">スウェーデン語</a>
     の各翻訳もあります。
 
 <DATE>board-elections2002 12 Sep 2002 - New NetBSD Board approved by developers
@@ -2124,7 +2124,7 @@
     <a href="../../de/Releases/formal-1.5/NetBSD-1.5.3.html" origlink="../de/Releases/formal-1.5/NetBSD-1.5.3.html">ドイツ語</a>、
     <a href="../../pl/Releases/formal-1.5/NetBSD-1.5.3.html" origlink="../pl/Releases/formal-1.5/NetBSD-1.5.3.html">ポーランド語</a>、
     <a href="../../es/Releases/formal-1.5/NetBSD-1.5.3.html" origlink="../es/Releases/formal-1.5/NetBSD-1.5.3.html">スペイン語</a>、
-    <a href="../../se/Releases/formal-1.5/NetBSD-1.5.3.html" origlink="../se/Releases/formal-1.5/NetBSD-1.5.3.html">スウェーデン語</a>と、
+    <a href="../../sv/Releases/formal-1.5/NetBSD-1.5.3.html" origlink="../sv/Releases/formal-1.5/NetBSD-1.5.3.html">スウェーデン語</a>と、
     <a href="../../cs/Releases/formal-1.5/NetBSD-1.5.3.html" origlink="../cs/Releases/formal-1.5/NetBSD-1.5.3.html">チェコ語</a>
     に翻訳された NetBSD 1.5.3 リリース声明があります。
     <b>07/24 更新:</b> <a
@@ -9931,9 +9931,9 @@
   <!-- based on english translation: -->
   <!-- NetBSD: index.list,v 1.947 2004/11/03 12:38:17 symka Exp   -->
 <!-- This comment ease an rcsmerge.
-  <a href="../Misc/disclaimer.html">Copyright &copy; 1994-2004
+  <a href="../Misc/disclaimer.html">Copyright &copy; 1994-2005
 -->
-  <a href="../Misc/disclaimer.html">Copyright &copy; 1994-2004
+  <a href="../Misc/disclaimer.html">Copyright &copy; 1994-2005
   The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.</a>
   </small>
 </address>
Index: Makefile
===================================================================
RCS file: /cvsroot/htdocs/ja/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	2005/02/07 16:45:49	1.3
+++ Makefile	2005/04/16 15:24:11
@@ -16,9 +16,9 @@
 	./makeindex.sh
 	
 gallery/events.html: gallery/events.list
-	cd gallery; make events.html; cd ..;
+	cd gallery; ${MAKE} events.html; cd ..;
 
 Changes/index.html: Changes/index.list
-	cd Changes; make; cd ..;
+	cd Changes; ${MAKE}; cd ..;
 
 
Index: People/Makefile
===================================================================
RCS file: /cvsroot/htdocs/ja/People/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	2005/02/07 16:46:20	1.4
+++ Makefile	2005/04/16 15:24:11
@@ -11,8 +11,8 @@
 
 supporting-cast.html: mkdevht supporting-cast.data supporting-cast.head supporting-cast.tail 
 	./mkdevht ./supporting-cast.data
-#	cd ../de/People/ && make && cd ../../People
-#	cd ../se/People && make && cd ../../People
+#	cd ../de/People/ && ${MAKE} && cd ../../People
+#	cd ../sv/People && ${MAKE} && cd ../../People
 
 mkdevht: mkdevht.c
 	gcc -Wall -O2 -o mkdevht mkdevht.c
Index: gallery/Makefile
===================================================================
RCS file: /cvsroot/htdocs/ja/gallery/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	2005/02/07 16:47:25	1.4
+++ Makefile	2005/04/16 15:24:11
@@ -14,7 +14,7 @@
 	done
 
 events: events.html
-	cd ..; make index; cd gallery;
+	cd ..; ${MAKE} index; cd gallery;
 
 sitemap: sitemap.html sitemap.links