summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-02-21 07:54:50 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:23:22 +0100
commit5f3891424cdb251a55a72099e0f04361ebafa059 (patch)
tree0f46dbdc484c62c7fe0cb5db9f6f401165f55780 /Makefile-man.am
parent6ff57d0bf5de38bfc4df718cc596d4a3a333f290 (diff)
Updated man pages.
Diffstat (limited to 'Makefile-man.am')
-rw-r--r--Makefile-man.am32
1 files changed, 2 insertions, 30 deletions
diff --git a/Makefile-man.am b/Makefile-man.am
index c481f8342..4d51eb420 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -8,62 +8,36 @@
# attribute conditional="ENABLE_WHAT" or conditional="WITH_WHAT"
# to <refentry> element.
MANPAGES += \
+ man/elogind.8 \
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 \
- man/sd_is_fifo.3 \
man/sd_machine_get_class.3 \
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_socket.3 \
- man/sd_is_socket_inet.3 \
- man/sd_is_socket_unix.3 \
- man/sd_is_special.3 \
man/sd_machine_get_ifindices.3 \
man/sd_notifyf.3 \
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_socket.3: man/sd_is_fifo.3
-man/sd_is_socket_inet.3: man/sd_is_fifo.3
-man/sd_is_socket_unix.3: man/sd_is_fifo.3
-man/sd_is_special.3: man/sd_is_fifo.3
man/sd_machine_get_ifindices.3: man/sd_machine_get_class.3
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)
man/sd_id128_get_boot.html: man/sd_id128_get_machine.html
$(html-alias)
-man/sd_is_socket.html: man/sd_is_fifo.html
- $(html-alias)
-
-man/sd_is_socket_inet.html: man/sd_is_fifo.html
- $(html-alias)
-
-man/sd_is_socket_unix.html: man/sd_is_fifo.html
- $(html-alias)
-
-man/sd_is_special.html: man/sd_is_fifo.html
- $(html-alias)
-
man/sd_machine_get_ifindices.html: man/sd_machine_get_class.html
$(html-alias)
@@ -201,18 +175,16 @@ endif
# Really, do not edit this file.
EXTRA_DIST += \
+ man/elogind.xml \
man/less-variables.xml \
man/libelogind-pkgconfig.xml \
man/loginctl.xml \
man/logind.conf.xml \
- man/logind.service.xml \
- man/logind.xml \
man/pam_elogind.xml \
man/sd_get_seats.xml \
man/sd_id128_get_machine.xml \
man/sd_id128_randomize.xml \
man/sd_id128_to_string.xml \
- man/sd_is_fifo.xml \
man/sd_machine_get_class.xml \
man/sd_notify.xml \
man/sd_seat_get_active.xml \