Author: randy
Date: 2008-10-10 13:52:34 -0600 (Fri, 10 Oct 2008)
New Revision: 8624
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/e2fsprogs.xml
Log:
Added documentation enhancements to the E2fsprogs package
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2008-10-10 18:32:37 UTC (rev 8623)
+++ trunk/BOOK/chapter01/changelog.xml 2008-10-10 19:52:34 UTC (rev 8624)
@@ -41,6 +41,10 @@
<para>2008-10-10</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Added documentation enhancements to the E2fsprogs
+ package.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Removed an unnecessary parameter from the
Util-linux-ng Chapter 6 make command. Thanks to Greg Schafer for
pointing it out.</para>
Modified: trunk/BOOK/chapter06/e2fsprogs.xml
===================================================================
--- trunk/BOOK/chapter06/e2fsprogs.xml 2008-10-10 18:32:37 UTC (rev 8623)
+++ trunk/BOOK/chapter06/e2fsprogs.xml 2008-10-10 19:52:34 UTC (rev 8624)
@@ -114,6 +114,27 @@
<screen><userinput remap="install">make install-libs</userinput></screen>
+ <para>This package installs a gzipped
+ <filename class="extension">.info</filename> file but doesn't update the
+ system-wide <filename>dir</filename> file. Unzip this file and then update
+ the system <filename>dir</filename> file using the following
+ commands.</para>
+
+<screen><userinput remap="install">gunzip -v /usr/share/info/libext2fs.info.gz
+install-info --dir-file=/usr/share/info/dir \
+ /usr/share/info/libext2fs.info</userinput></screen>
+
+ <para>If desired, create and install some additional documentation by
+ issuing the following commands:</para>
+
+<screen><userinput remap="install">makeinfo -o doc/com_err.info
../lib/et/com_err.texinfo
+install -v -m644 doc/com_err.info /usr/share/info
+install-info --dir-file=/usr/share/info/dir \
+ /usr/share/info/com_err.info
+
+install -v -m644 -D ../doc/libblkid.txt \
+
/usr/share/doc/e2fsprogs-&e2fsprogs-version;/libblkid.txt</userinput></screen>
+
</sect2>
<sect2 id="contents-e2fsprogs" role="content">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page