A very minor nitpick. Recent versions of sed install sed.html in /usr/share/doc. I'd rather see it in a sub-dir.
   Attached is a svn diff.

fwiw
--
David Jensen


Index: chapter06/sed.xml
===================================================================
--- chapter06/sed.xml	(revision 6491)
+++ chapter06/sed.xml	(working copy)
@@ -30,6 +30,12 @@
 <sect2 role="installation">
 <title>Installation of Sed</title>
 
+<para>Install the HTML docs in a sub-directory of
+<filename class="directory">/usr/share/doc</filename>, instead of 
+the base:</para>
+
+<screen><userinput>sed -i 's:/doc:&amp;/sed-&sed-version;:g' doc/Makefile.in</userinput></screen>
+
 <para>Prepare Sed for compilation:</para>
 
 <screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to