diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-05 16:27:38 -0500 |
---|---|---|
committer | Martin Pitt <martinpitt@users.noreply.github.com> | 2017-02-05 22:27:38 +0100 |
commit | d20a328f97ae3709342f6176e6e54ee12e26f321 (patch) | |
tree | edc33d57098c14404af9cc880d4a783cc85f81c7 /Makefile-man.am | |
parent | 1b52793d5d597e62c8e35009baca165f1408687e (diff) | |
download | systemd-d20a328f97ae3709342f6176e6e54ee12e26f321.tar.gz systemd-d20a328f97ae3709342f6176e6e54ee12e26f321.tar.bz2 systemd-d20a328f97ae3709342f6176e6e54ee12e26f321.zip |
build-sys,man: describe systemd-umount and hook it up to installation (#5227)
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index c47bedd0df..6f59658445 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -481,6 +481,7 @@ MANPAGES_ALIAS += \ man/systemd-udevd-control.socket.8 \ man/systemd-udevd-kernel.socket.8 \ man/systemd-udevd.8 \ + man/systemd-umount.1 \ man/systemd-update-done.8 \ man/systemd-user.conf.5 \ man/systemd-volatile-root.8 \ @@ -837,6 +838,7 @@ man/systemd-tmpfiles-setup.service.8: man/systemd-tmpfiles.8 man/systemd-udevd-control.socket.8: man/systemd-udevd.service.8 man/systemd-udevd-kernel.socket.8: man/systemd-udevd.service.8 man/systemd-udevd.8: man/systemd-udevd.service.8 +man/systemd-umount.1: man/systemd-mount.1 man/systemd-update-done.8: man/systemd-update-done.service.8 man/systemd-user.conf.5: man/systemd-system.conf.5 man/systemd-volatile-root.8: man/systemd-volatile-root.service.8 @@ -1787,6 +1789,9 @@ man/systemd-udevd-kernel.socket.html: man/systemd-udevd.service.html man/systemd-udevd.html: man/systemd-udevd.service.html $(html-alias) +man/systemd-umount.html: man/systemd-mount.html + $(html-alias) + man/systemd-update-done.html: man/systemd-update-done.service.html $(html-alias) |