aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/chapter08.xml2
-rw-r--r--chapter08/util-linux.xml5
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter08/chapter08.xml b/chapter08/chapter08.xml
index 3cfa0b660..6e8ff3240 100644
--- a/chapter08/chapter08.xml
+++ b/chapter08/chapter08.xml
@@ -78,7 +78,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpipeline.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patch.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-db.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vim.xml"/>
@@ -91,6 +90,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eudev.xml"/>
<!-- Both sysv on systemd builds -->
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-db.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml
index 310705c1a..e5f41cca4 100644
--- a/chapter08/util-linux.xml
+++ b/chapter08/util-linux.xml
@@ -102,6 +102,11 @@ su tester -c "make -k check"</userinput></screen>
<screen><userinput remap="install">make install</userinput></screen>
+ <para>Finally, install the man pages:</para>
+
+<screen><userinput remap="install">tar -xf ../util-linux-man-pages-&util-linux-version;.tar.xz \
+--directory /usr/share/man --strip-components=1</userinput></screen>
+
</sect2>
<sect2 id="contents-utillinux" role="content">