[systemd-devel] [PATCH 01/10] man/logind.conf.xml: Make "man logind.conf.d" work too

Josh Triplett josh at joshtriplett.org
Sat Nov 29 01:05:20 PST 2014


---
 Makefile-man.am     | 5 +++++
 man/logind.conf.xml | 1 +
 2 files changed, 6 insertions(+)

diff --git a/Makefile-man.am b/Makefile-man.am
index f817a05..906a968 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 0b35f51..ca7525f 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>
 
-- 
2.1.3



More information about the systemd-devel mailing list