浏览代码

Tweaks to cross2 book

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 5 年之前
父节点
当前提交
595ff030f0
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 1 2
      chapter07/expect.xml
  2. 1 1
      index.xml

+ 1 - 2
chapter07/expect.xml

@@ -50,8 +50,7 @@
 
     <para>Prepare Expect for compilation:</para>
 
-<screen><userinput remap="configure">
-./configure --prefix=/usr           \
+<screen><userinput remap="configure">./configure --prefix=/usr           \
             --with-tcl=/usr/lib     \
             --enable-shared         \
             --mandir=/usr/share/man \

+ 1 - 1
index.xml

@@ -44,7 +44,7 @@
 
 <part id="part5">
 <title>Appendices</title>
-<?dbhtml filename="part4.html"?>
+<?dbhtml filename="part5.html"?>
 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/acronymlist.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/acknowledgments.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/dependencies.xml"/>