X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=c481f834260a81c59c57ad1da8655bf5191d6fb1;hp=f807483b033f17b7850de922cb8530e2cee099be;hb=9eb822a5a6b67eb82909f0d68213afbfcee6e93e;hpb=1532f28b7cf3e6e02e74691450b2b5379be6b805 diff --git a/Makefile-man.am b/Makefile-man.am index f807483b0..c481f8342 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -8,6 +8,9 @@ # attribute conditional="ENABLE_WHAT" or conditional="WITH_WHAT" # to element. MANPAGES += \ + 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 \ @@ -16,9 +19,9 @@ 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 \ man/sd_is_socket.3 \ man/sd_is_socket_inet.3 \ man/sd_is_socket_unix.3 \ @@ -28,9 +31,9 @@ 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 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 @@ -40,13 +43,13 @@ 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/sd_id128_from_string.html: man/sd_id128_to_string.html +man/logind.html: man/logind.service.html $(html-alias) -man/sd_id128_get_boot.html: man/sd_id128_get_machine.html +man/sd_id128_from_string.html: man/sd_id128_to_string.html $(html-alias) -man/sd_is_mq.html: man/sd_is_fifo.html +man/sd_id128_get_boot.html: man/sd_id128_get_machine.html $(html-alias) man/sd_is_socket.html: man/sd_is_fifo.html @@ -77,16 +80,6 @@ man/sd_pid_notifyf.html: man/sd_notify.html $(html-alias) -if ENABLE_LOGIND -MANPAGES += \ - man/elogind.conf.5 \ - man/loginctl.1 -MANPAGES_ALIAS += \ - # - - -endif - if HAVE_PAM MANPAGES += \ man/pam_elogind.8 \ @@ -196,13 +189,24 @@ 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/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 \