diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-12-03 17:01:54 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-12-03 17:02:16 +0100 |
commit | 6540c38a3aa81aa2165a015f27bfef0542224c9a (patch) | |
tree | 67e84ee5db30a3a9d30a9f9ac44f3964c4494e46 | |
parent | 2a5a41e86bd908b0182723805ce43a0fc8658899 (diff) |
build-sys: update man-list
Run 'make update-man-list'.
-rw-r--r-- | Makefile-man.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index df40a638f0..acd3d328ec 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -76,6 +76,7 @@ MANPAGES += \ man/systemd-initctl.service.8 \ man/systemd-journald.service.8 \ man/systemd-machine-id-commit.1 \ + man/systemd-machine-id-commit.service.8 \ man/systemd-machine-id-setup.1 \ man/systemd-notify.1 \ man/systemd-nspawn.1 \ @@ -214,7 +215,6 @@ MANPAGES_ALIAS += \ man/systemd-journald.8 \ man/systemd-journald.socket.8 \ man/systemd-kexec.service.8 \ - man/systemd-machine-id-commit.service.8 \ man/systemd-poweroff.service.8 \ man/systemd-reboot.service.8 \ man/systemd-remount-fs.8 \ @@ -1715,6 +1715,8 @@ EXTRA_DIST += \ man/systemd-journald.service.xml \ man/systemd-localed.service.xml \ man/systemd-logind.service.xml \ + man/systemd-machine-id-commit.service.xml \ + man/systemd-machine-id-commit.xml \ man/systemd-machine-id-setup.xml \ man/systemd-machined.service.xml \ man/systemd-modules-load.service.xml \ |