diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-12-19 13:12:36 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-12-19 13:12:36 +0100 |
commit | f0d2e205a28e37528ef791cc2913e6664d0dde7f (patch) | |
tree | 70f50a293ae7eff99b0c6d3de4e700c315bdb3a1 | |
parent | a822cbfa2e42d60c3cafe724a8571329ab6c632e (diff) |
man: build new man pages
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7dee4cf0a4..248204b45c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -831,6 +831,12 @@ MANPAGES_ALIAS = \ man/sd_is_socket_unix.3 \ man/sd_is_socket_inet.3 \ man/sd_notifyf.3 \ + man/sd_pid_get_session.3 \ + man/sd_uid_get_state.3 \ + man/sd_session_is_active.3 \ + man/sd_seat_get_active.3 \ + man/sd_get_seats.3 \ + man/sd_login_monitor_new.3 \ man/init.1 man/reboot.8: man/halt.8 |