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

pkgsrc/doc/guide/files/examples.xml: 1.10 -> 1.11



以下のページの更新をしました。

pkgsrc/doc/guide/files/examples.xml: 1.10 -> 1.11

> revision 1.11
> date: 2006/09/13 23:26:21;  author: wiz;  state: Exp;  lines: +2 -2
> Use documented 'make makedistinfo' instead of undocumented 'make makesum'
> in example.

原文の変更 (make makesum -> make makedistinfo) をそのまま適用しています。
すぐに commit します。

以下、訳と原文それぞれの新旧の差分です。

--- examples.xml.orig	2006-12-26 22:35:59.000000000 +0900
+++ examples.xml	2006-12-26 22:35:59.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: examples.xml,v 1.10 2006/02/12 14:44:59 rillig Exp $ -->
+<!-- $NetBSD: examples.xml,v 1.11 2006/09/13 23:26:21 wiz Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: examples.xml,v 1.10 2006/02/12 14:44:59 rillig Exp   -->
+<!-- NetBSD: examples.xml,v 1.11 2006/09/13 23:26:21 wiz Exp   -->
 
 <appendix id="examples">
   <title>パッケージの簡単な例: bison</title>
@@ -108,7 +108,7 @@
     <para>distfileのチェックサムを
       <filename>distinfo</filename>へ作成します。</para>
 
-    <screen>&rprompt; <userinput>make makesum</userinput></screen>
+    <screen>&rprompt; <userinput>make makedistinfo</userinput></screen>
 
     <para>コンパイルします。</para>
 
Index: examples.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/examples.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- examples.xml	12 Feb 2006 14:44:59 -0000	1.10
+++ examples.xml	13 Sep 2006 23:26:21 -0000	1.11
@@ -1,4 +1,4 @@
-<!-- $NetBSD: examples.xml,v 1.10 2006/02/12 14:44:59 rillig Exp $ -->
+<!-- $NetBSD: examples.xml,v 1.11 2006/09/13 23:26:21 wiz Exp $ -->
 
 <appendix id="examples">
   <title>A simple example package: bison</title>
@@ -107,7 +107,7 @@
     <para>Generate the checksum of the distfile into
       <filename>distinfo</filename>:</para>
 
-    <screen>&rprompt; <userinput>make makesum</userinput></screen>
+    <screen>&rprompt; <userinput>make makedistinfo</userinput></screen>
 
     <para>Now compile:</para>