diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-04-15 04:58:55 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-04-15 04:58:55 +0000 |
commit | 3944e7bdda7568f0ac2fb55afc818a815dc0312f (patch) | |
tree | dd5d004c647d639ebac1b4afdfb72da79235ca63 | |
parent | d2b37d7627850334fd7983c646d61106085d58f8 (diff) |
systemd: actually install manpages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/systemd.xml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index baab14621..d763eb9f8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,6 +45,10 @@ <listitem> <para>2020-04-15</para> <itemizedlist> + <listitem revision="systemd"> + <para>[renodr] - Install the man pages in systemd. Fixes + <ulink url="&lfs-ticket-root;4627">#4627</ulink>.</para> + </listitem> <listitem> <para>[bdubbs] - Update to gawk-5.1.0. Fixes <ulink url="&lfs-ticket-root;4629">#4629</ulink>.</para> diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 386535ab2..f64c4df72 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -99,6 +99,7 @@ meson --prefix=/usr \ -Drpmmacrosdir=no \ -Dhomed=false \ -Duserdb=false \ + -Dman=true \ ..</userinput></screen> <variablelist> |