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 @@ 2020-04-15 + + [renodr] - Install the man pages in systemd. Fixes + #4627. + [bdubbs] - Update to gawk-5.1.0. Fixes #4629. 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 \ ..