X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=4d51eb420a8ff98d7aaed3d60fcf062b611afb63;hp=f862a5497186529bd25359b6202c3f46ff8a3dbc;hb=cef97d1ca84a5501668e650767ffbc95543866a9;hpb=167bf427227158dbcad675d951e67038f23a9486 diff --git a/Makefile-man.am b/Makefile-man.am index f862a5497..4d51eb420 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -8,23 +8,18 @@ # attribute conditional="ENABLE_WHAT" or conditional="WITH_WHAT" # to element. MANPAGES += \ - man/elogind.conf.5 \ + man/elogind.8 \ man/loginctl.1 \ + man/logind.conf.5 \ 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/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 \ - man/sd_is_special.3 \ man/sd_machine_get_ifindices.3 \ man/sd_notifyf.3 \ man/sd_pid_notify.3 \ @@ -32,11 +27,6 @@ MANPAGES_ALIAS += \ man/sd_pid_notifyf.3 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 -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 @@ -48,21 +38,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) - -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) @@ -188,19 +163,28 @@ 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 += \ - man/elogind.conf.xml \ + man/elogind.xml \ man/less-variables.xml \ man/libelogind-pkgconfig.xml \ man/loginctl.xml \ + man/logind.conf.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 \