aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/sed.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-05-03 21:02:51 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-05-03 21:02:51 +0000
commitefcb3933433838b71f3a4a53ec1ac6d899aaec0b (patch)
treef0b1fb24d5ac7ebb93cc2deddefbc16938ea49d0 /chapter06/sed.xml
parent9d719e24c33f9a2ecf8a5582cd811c43a8fa46c2 (diff)
Make the new book
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sed.xml')
-rw-r--r--chapter06/sed.xml14
1 files changed, 1 insertions, 13 deletions
diff --git a/chapter06/sed.xml b/chapter06/sed.xml
index aa6ac177c..bebd49d14 100644
--- a/chapter06/sed.xml
+++ b/chapter06/sed.xml
@@ -42,24 +42,12 @@
<para>First fix an issue in the LFS environment and remove a failing test:</para>
-<screen><userinput remap="pre">sed -i 's/usr/tools/' build-aux/help2man
-sed -i 's/testsuite.panic-tests.sh//' Makefile.in</userinput></screen>
+<screen><userinput remap="pre">sed -i 's/testsuite.panic-tests.sh//' Makefile.in</userinput></screen>
<para>Prepare Sed for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
-<!--
- <variablelist>
- <title>The meaning of the new configure option:</title>
- <varlistentry>
- <term><parameter>-i -htmldir</parameter></term>
- <listitem>
- <para>This sets the installation directory for the HTML documentation.</para>
- </listitem>
- </varlistentry>
- </variablelist>
--->
<para>Compile the package and generate the HTML documentation:</para>
<screen><userinput remap="make">make