Browse Source

systemd: actually install manpages

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 5 years ago
parent
commit
3944e7bdda
2 changed files with 5 additions and 0 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 1 0
      chapter06/systemd.xml

+ 4 - 0
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>

+ 1 - 0
chapter06/systemd.xml

@@ -99,6 +99,7 @@ meson --prefix=/usr                \
       -Drpmmacrosdir=no            \
       -Dhomed=false                \
       -Duserdb=false               \
+      -Dman=true                   \
       ..</userinput></screen>
 
     <variablelist>