diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-10 19:52:34 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-10 19:52:34 +0000 |
commit | 64941f4ce252e239e005c005606327c52b32ce92 (patch) | |
tree | fc0d68c0fef94292ea2befb9ea5a1daa698ec2ff /chapter06/e2fsprogs.xml | |
parent | cbd7c845aa367280dd795bc60592283aa1d49e10 (diff) |
Added documentation enhancements to the E2fsprogs package
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 29f1beb70..d0758370d 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -114,6 +114,27 @@ cd build</userinput></screen> <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"> |