summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2016-12-16 12:09:41 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:18:01 +0100
commit1cfc78c91965df340cdde100ad6cb3ed50b28927 (patch)
treeadc3d49b97131cd3e70edff05b14e9b67926e404 /Makefile-man.am
parent86e97d599f8b1ca379dce64fadac9b8f6b002ac5 (diff)
Prep v221: Update and clean up build system to sync with upstream
This commit replays the moving around of source files that have been done between systemd-219 and systemd-221. Further the Makefile.am is synchronized with the upstream version and then "re-cleaned". A lot of functions, that are not used anywhere in elogind have been coated into #if 0/#endif directives to further shorten the list of dependencies. All unneeded files have been removed.
Diffstat (limited to 'Makefile-man.am')
-rw-r--r--Makefile-man.am12
1 files changed, 5 insertions, 7 deletions
diff --git a/Makefile-man.am b/Makefile-man.am
index f931ac436..65a6a894e 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -1,11 +1,10 @@
MANPAGES += \
man/loginctl.1 \
- man/logind.conf.5 \
- man/logind.8
+ man/elogind.conf.5
MANPAGES_ALIAS += \
- man/logind.conf.d.5
-man/logind.conf.d.5: man/logind.conf.5
-man/logind.conf.d.html: man/logind.conf.html
+ man/elogind.conf.d.5
+man/elogind.conf.d.5: man/elogind.conf.5
+man/elogind.conf.d.html: man/elogind.conf.html
$(html-alias)
if HAVE_PAM
@@ -228,8 +227,7 @@ endif
EXTRA_DIST += \
man/loginctl.xml \
- man/logind.xml \
- man/logind.conf.xml \
+ man/elogind.conf.xml \
man/pam_elogind.xml \
man/sd_get_seats.xml \
man/sd_login_monitor_new.xml \