Просмотр исходного кода

chapter06: Auto-translate automake.xml

Xi Ruoyao 7 лет назад
Родитель
Сommit
e9ed8801a5
1 измененных файлов с 10 добавлено и 10 удалено
  1. 10 10
      chapter06/automake.xml

+ 10 - 10
chapter06/automake.xml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
   <!ENTITY % general-entities SYSTEM "../general.ent">
@@ -39,13 +39,13 @@
   </sect2>
 
   <sect2 role="installation">
-    <title>Installation of Automake</title>
+    <title>安装Automake</title>
 
-    <para>Prepare Automake for compilation:</para>
+    <para>准备安装 Automake:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
 
-    <para>Compile the package:</para>
+    <para>编译该软件包:</para>
 
 <screen><userinput remap="make">make</userinput></screen>
 
@@ -53,7 +53,7 @@
     wrong version of the flex library, so we temporarily work around
     the problem.  Also, using the -j4 make option speeds up the tests, even on
     systems with only one processor, due to internal delays in individual
-    tests.  To test the results, issue:</para>
+    tests.  运行下列命令以测试编译结果:</para>
 
 <screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &amp;:" t/lex-{clean,depend}-cxx.sh
 make -j4 check</userinput></screen>
@@ -61,7 +61,7 @@ make -j4 check</userinput></screen>
     <para>Two tests are known to fail in the LFS environment:
     check12.sh and check12-w.sh.</para>
 
-    <para>Install the package:</para>
+    <para>安装该软件包:</para>
 
 <screen><userinput remap="install">make install</userinput></screen>
 
@@ -69,11 +69,11 @@ make -j4 check</userinput></screen>
 
 
   <sect2 id="contents-automake" role="content">
-    <title>Contents of Automake</title>
+    <title>Automake 的内容</title>
 
     <segmentedlist>
-      <segtitle>Installed programs</segtitle>
-      <segtitle>Installed directories</segtitle>
+      <segtitle>安装的程序</segtitle>
+      <segtitle>安装的目录</segtitle>
 
       <seglistitem>
         <seg>aclocal, aclocal-&am-minor-version; (hard linked with aclocal), automake, and
@@ -84,7 +84,7 @@ make -j4 check</userinput></screen>
     </segmentedlist>
 
     <variablelist>
-      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <bridgehead renderas="sect3">简要描述</bridgehead>
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>