[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
pkgsrc/doc/guide/files/fixes.xml: 1.49 -> 1.50
以下のページの更新をしました。
pkgsrc/doc/guide/files/fixes.xml: 1.49 -> 1.50
> revision 1.50
> date: 2006/04/08 07:43:41; author: reed; state: Exp; lines: +3 -3
> Add missing close "para" tags in the INFO_FILES and PKGINFODIR
> paragraphs.
欠落していたタグが追加されただけです。
金曜日 (UTC) に commit します。
以下、訳と原文それぞれの新旧の差分です。
--- fixes.xml.orig 2006-11-09 23:11:23.000000000 +0900
+++ fixes.xml 2006-11-09 23:11:23.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: fixes.xml,v 1.49 2006/04/06 06:21:57 reed Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.50 2006/04/08 07:43:41 reed Exp $ -->
<!-- Based on english version: -->
-<!-- NetBSD: fixes.xml,v 1.49 2006/04/06 06:21:57 reed Exp -->
+<!-- NetBSD: fixes.xml,v 1.50 2006/04/08 07:43:41 reed Exp -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>パッケージを動くようにする</title>
@@ -1094,7 +1094,7 @@
<filename>${PREFIX}</filename> 以下のディレクトリーで、
info ファイルが置かれる主な場所です。
<varname>PKGINFODIR</varname> は標準では
- <quote>info</quote> となっており、利用者が上書きすることができます。
+ <quote>info</quote> となっており、利用者が上書きすることができます。</para>
<para>There are two mutually exclusive ways to specify the info
files for the package:</para>
@@ -1111,7 +1111,7 @@
<varname>INFO_FILES</varname> variable; however any split
info file filenames need not be listed. In this case
each of the info files should be installed into the
- directory <filename>${PREFIX}/${PKGINFODIR}</filename>.
+ directory <filename>${PREFIX}/${PKGINFODIR}</filename>.</para>
</listitem>
</itemizedlist>
Index: fixes.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/fixes.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- fixes.xml 6 Apr 2006 06:21:57 -0000 1.49
+++ fixes.xml 8 Apr 2006 07:43:41 -0000 1.50
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.49 2006/04/06 06:21:57 reed Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.50 2006/04/08 07:43:41 reed Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1146,7 +1146,7 @@
<para><varname>PKGINFODIR</varname> is the directory under
<filename>${PREFIX}</filename> where info files are primarily
located. <varname>PKGINFODIR</varname> defaults to
- <quote>info</quote> and can be overridden by the user.
+ <quote>info</quote> and can be overridden by the user.</para>
<para>There are two mutually exclusive ways to specify the info
files for the package:</para>
@@ -1163,7 +1163,7 @@
<varname>INFO_FILES</varname> variable; however any split
info file filenames need not be listed. In this case
each of the info files should be installed into the
- directory <filename>${PREFIX}/${PKGINFODIR}</filename>.
+ directory <filename>${PREFIX}/${PKGINFODIR}</filename>.</para>
</listitem>
</itemizedlist>