summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-01-19 14:05:12 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:23:02 +0100
commitbec1345672f400faca26c4d231c0b6a7360801ed (patch)
tree16365809d429f37d0f170d0af96d3e4564af991b /Makefile-man.am
parentb514d6c9dcc7c0d7353f975ecfb94f2197c73cf1 (diff)
Remove sd_is_mq
* src/systemd/sd-daemon.h: * src/libelogind/sd-daemon/sd-daemon.c (sd_is_mq): Remove unused function that depended on librt. Ultimately we should remove this header at some point.
Diffstat (limited to 'Makefile-man.am')
-rw-r--r--Makefile-man.am15
1 files changed, 10 insertions, 5 deletions
diff --git a/Makefile-man.am b/Makefile-man.am
index d862b3bba..c481f8342 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -22,7 +22,6 @@ MANPAGES_ALIAS += \
man/logind.8 \
man/sd_id128_from_string.3 \
man/sd_id128_get_boot.3 \
- man/sd_is_mq.3 \
man/sd_is_socket.3 \
man/sd_is_socket_inet.3 \
man/sd_is_socket_unix.3 \
@@ -35,7 +34,6 @@ MANPAGES_ALIAS += \
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
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
@@ -54,9 +52,6 @@ man/sd_id128_from_string.html: man/sd_id128_to_string.html
man/sd_id128_get_boot.html: man/sd_id128_get_machine.html
$(html-alias)
-man/sd_is_mq.html: man/sd_is_fifo.html
- $(html-alias)
-
man/sd_is_socket.html: man/sd_is_fifo.html
$(html-alias)
@@ -194,6 +189,15 @@ man/sd_session_is_remote.html: man/sd_session_is_active.html
endif
+if HAVE_PYTHON
+MANPAGES += \
+ man/elogind.index.7
+MANPAGES_ALIAS += \
+ #
+
+
+endif
+
# Really, do not edit this file.
EXTRA_DIST += \
@@ -201,6 +205,7 @@ EXTRA_DIST += \
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 \