summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2014-11-29 01:05:20 -0800
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-29 13:55:31 -0500
commit02b75c9edd61f47de7940b61b97b071b69f38a11 (patch)
treeea2d35f6a26396fae1dae9c681cbe9efdc564ec1
parent7d4fb3b1c5ec7a117bd5a36e4591819a64e00136 (diff)
man/logind.conf.xml: Make "man logind.conf.d" work too
-rw-r--r--Makefile-man.am5
-rw-r--r--man/logind.conf.xml1
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am
index f817a050c..906a96895 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -1110,8 +1110,13 @@ MANPAGES += \
man/logind.conf.5 \
man/systemd-logind.service.8
MANPAGES_ALIAS += \
+ man/logind.conf.d.5 \
man/systemd-logind.8
+man/logind.conf.d.5: man/logind.conf.5
man/systemd-logind.8: man/systemd-logind.service.8
+man/logind.conf.d.html: man/logind.conf.html
+ $(html-alias)
+
man/systemd-logind.html: man/systemd-logind.service.html
$(html-alias)
diff --git a/man/logind.conf.xml b/man/logind.conf.xml
index 0b35f51eb..ca7525f31 100644
--- a/man/logind.conf.xml
+++ b/man/logind.conf.xml
@@ -44,6 +44,7 @@
<refnamediv>
<refname>logind.conf</refname>
+ <refname>logind.conf.d</refname>
<refpurpose>Login manager configuration files</refpurpose>
</refnamediv>