Jelajahi Sumber

chapter05: auto-translate make.xml

Xi Ruoyao 7 tahun lalu
induk
melakukan
44fc1cb55e
1 mengubah file dengan 12 tambahan dan 9 penghapusan
  1. 12 9
      chapter05/make.xml

+ 12 - 9
chapter05/make.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"
 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
   <!ENTITY % general-entities SYSTEM "../general.ent">
   <!ENTITY % general-entities SYSTEM "../general.ent">
@@ -40,13 +40,13 @@
   </sect2>
   </sect2>
 
 
   <sect2 role="installation">
   <sect2 role="installation">
-    <title>Installation of Make</title>
+    <title>安装 Make</title>
 
 
     <para>First, work around an error caused by glibc-2.27:</para>
     <para>First, work around an error caused by glibc-2.27:</para>
 
 
 <screen><userinput remap="pre">sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c</userinput></screen>
 <screen><userinput remap="pre">sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c</userinput></screen>
 
 
-    <para>Prepare Make for compilation:</para>
+    <para>准备编译 Make:</para>
 
 
 <screen><userinput remap="configure">./configure --prefix=/tools --without-guile</userinput></screen>
 <screen><userinput remap="configure">./configure --prefix=/tools --without-guile</userinput></screen>
 
 
@@ -63,17 +63,20 @@
       </varlistentry>
       </varlistentry>
     </variablelist>
     </variablelist>
 
 
-    <para>Compile the package:</para>
+    <para>编译该软件包:</para>
 
 
 <screen><userinput remap="make">make</userinput></screen>
 <screen><userinput remap="make">make</userinput></screen>
 
 
-    <para>Compilation is now complete. As discussed earlier, running the test
+    <!--para>Compilation is now complete. As discussed earlier, running the test
     suite is not mandatory for the temporary tools here in this chapter. To run
     suite is not mandatory for the temporary tools here in this chapter. To run
-    the Make test suite anyway, issue the following command:</para>
+    the Make test suite anyway, issue the following command:</para-->
+<para>现在编译已经完成,正如前文所述,
+没有必要在本章中运行临时工具的测试套件。如果一定要运行 ???
+的测试套件,执行下列命令:</para>
 
 
 <screen><userinput remap="test">make check</userinput></screen>
 <screen><userinput remap="test">make check</userinput></screen>
 
 
-    <para>Install the package:</para>
+    <para>安装该软件包:</para>
 
 
 <screen><userinput remap="install">make install</userinput></screen>
 <screen><userinput remap="install">make install</userinput></screen>
 
 
@@ -82,8 +85,8 @@
   <sect2 role="content">
   <sect2 role="content">
     <title/>
     <title/>
 
 
-    <para>Details on this package are located in
-    <xref linkend="contents-make" role="."/></para>
+    <para>该软件包的详细信息可以在
+    <xref linkend="contents-make"/> 中找到。</para>
 
 
   </sect2>
   </sect2>