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

pkgsrc/doc/guide/files/using.xml: 1.4 -> 1.5



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

pkgsrc/doc/guide/files/using.xml: 1.4 -> 1.5

> revision 1.5
> date: 2005/04/11 16:38:21;  author: reed;  state: Exp;  lines: +3 -3
> Use &man.make.1; instead of make(1) and fix typo where example
> for LOCALBASE said DISTFILES.
> This is from Kibum Han in PR pkg/29940.

訳は、原文と同じ置換を施しただけなので、すぐに commit します。

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

--- using.xml.orig	2006-09-06 21:28:28.000000000 +0900
+++ using.xml	2006-09-06 21:28:28.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: using.xml,v 1.4 2004/12/23 18:57:03 ben Exp $ -->
+<!-- $NetBSD: using.xml,v 1.5 2005/04/11 16:38:21 reed Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: using.xml,v 1.4 2004/12/23 18:57:03 ben Exp   -->
+<!-- NetBSD: using.xml,v 1.5 2005/04/11 16:38:21 reed Exp   -->
 
 <chapter id="using"> <?dbhtml filename="using.html"?>
   <title>pkgsrc を使う</title>
@@ -172,10 +172,10 @@
         </listitem>
 
         <listitem>
-          <para>特定のmake(1)定義の値を知りたい場合は、show-varターゲットとともに、
+          <para>特定の&man.make.1;定義の値を知りたい場合は、show-varターゲットとともに、
             <varname>VARNAME</varname>定義を使います。たとえば、
             &man.make.1;変数
-            <varname>DISTFILES</varname>の展開結果を表示するには、以下のようにします。</para>  
+            <varname>LOCALBASE</varname>の展開結果を表示するには、以下のようにします。</para>  
 
           <screen>&cprompt; <userinput>make show-var VARNAME=LOCALBASE</userinput>
 /usr/pkg
Index: using.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/using.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- using.xml	23 Dec 2004 18:57:03 -0000	1.4
+++ using.xml	11 Apr 2005 16:38:21 -0000	1.5
@@ -1,4 +1,4 @@
-<!-- $NetBSD: using.xml,v 1.4 2004/12/23 18:57:03 ben Exp $ -->
+<!-- $NetBSD: using.xml,v 1.5 2005/04/11 16:38:21 reed Exp $ -->
 
 <chapter id="using"> <?dbhtml filename="using.html"?>
   <title>Using pkgsrc</title>
@@ -182,10 +182,10 @@
         </listitem>
 
         <listitem>
-          <para>If you want to know the value of a certain make(1) definition, then
+          <para>If you want to know the value of a certain &man.make.1; definition, then
             the <varname>VARNAME</varname> definition should be used, in conjunction
             with the show-var target. e.g. to show the expansion of the &man.make.1; variable
-            <varname>DISTFILES</varname>:</para>  
+            <varname>LOCALBASE</varname>:</para>  
 
           <screen>&cprompt; <userinput>make show-var VARNAME=LOCALBASE</userinput>
 /usr/pkg