From: Michael Biebl Date: Tue, 2 May 2017 19:30:14 +0000 (+0200) Subject: build-sys: re-add systemd.directives and systemd.index to MANPAGES (#5876) X-Git-Tag: v234~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7674ecd5b456d31c7a459f002ccb995a2daec50;p=thirdparty%2Fsystemd.git build-sys: re-add systemd.directives and systemd.index to MANPAGES (#5876) Those were dropped accidentally in commit 19fe49f62cc916f1237ea92a04fc80ee75285dde, most likely by running make update-man-list. This is a known limitation of the autotools build: the man pages must be built before update-man-list is called. --- diff --git a/Makefile-man.am b/Makefile-man.am index 8f48f38209c..f21cc527f0b 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -2615,6 +2615,16 @@ man/systemd-user-sessions.html: man/systemd-user-sessions.service.html endif +if HAVE_PYTHON +MANPAGES += \ + man/systemd.directives.7 \ + man/systemd.index.7 +MANPAGES_ALIAS += \ + # + + +endif + if HAVE_SYSV_COMPAT MANPAGES += \ man/systemd-sysv-generator.8