summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile-man.am')
-rw-r--r--Makefile-man.am11
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile-man.am b/Makefile-man.am
index f862a5497..d862b3bba 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -8,8 +8,9 @@
# attribute conditional="ENABLE_WHAT" or conditional="WITH_WHAT"
# to <refentry> element.
MANPAGES += \
- man/elogind.conf.5 \
man/loginctl.1 \
+ man/logind.conf.5 \
+ man/logind.service.8 \
man/sd_id128_get_machine.3 \
man/sd_id128_randomize.3 \
man/sd_id128_to_string.3 \
@@ -18,6 +19,7 @@ MANPAGES += \
man/sd_notify.3 \
man/sd_watchdog_enabled.3
MANPAGES_ALIAS += \
+ man/logind.8 \
man/sd_id128_from_string.3 \
man/sd_id128_get_boot.3 \
man/sd_is_mq.3 \
@@ -30,6 +32,7 @@ MANPAGES_ALIAS += \
man/sd_pid_notify.3 \
man/sd_pid_notify_with_fds.3 \
man/sd_pid_notifyf.3
+man/logind.8: man/logind.service.8
man/sd_id128_from_string.3: man/sd_id128_to_string.3
man/sd_id128_get_boot.3: man/sd_id128_get_machine.3
man/sd_is_mq.3: man/sd_is_fifo.3
@@ -42,6 +45,9 @@ man/sd_notifyf.3: man/sd_notify.3
man/sd_pid_notify.3: man/sd_notify.3
man/sd_pid_notify_with_fds.3: man/sd_notify.3
man/sd_pid_notifyf.3: man/sd_notify.3
+man/logind.html: man/logind.service.html
+ $(html-alias)
+
man/sd_id128_from_string.html: man/sd_id128_to_string.html
$(html-alias)
@@ -191,10 +197,11 @@ endif
# Really, do not edit this file.
EXTRA_DIST += \
- man/elogind.conf.xml \
man/less-variables.xml \
man/libelogind-pkgconfig.xml \
man/loginctl.xml \
+ man/logind.conf.xml \
+ man/logind.xml \
man/pam_elogind.xml \
man/sd_get_seats.xml \
man/sd_id128_get_machine.xml \