From 64941f4ce252e239e005c005606327c52b32ce92 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Fri, 10 Oct 2008 19:52:34 +0000 Subject: Added documentation enhancements to the E2fsprogs package git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/e2fsprogs.xml | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0860a2a27..977564671 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2008-10-10 + + [randy] - Added documentation enhancements to the E2fsprogs + package. + [randy] - Removed an unnecessary parameter from the Util-linux-ng Chapter 6 make command. Thanks to Greg Schafer for 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 make install-libs + This package installs a gzipped + .info file but doesn't update the + system-wide dir file. Unzip this file and then update + the system dir file using the following + commands. + +gunzip -v /usr/share/info/libext2fs.info.gz +install-info --dir-file=/usr/share/info/dir \ + /usr/share/info/libext2fs.info + + If desired, create and install some additional documentation by + issuing the following commands: + +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 + -- cgit v1.2.3-54-g00ecf