From b7674ecd5b456d31c7a459f002ccb995a2daec50 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 2 May 2017 21:30:14 +0200 Subject: [PATCH] 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. --- Makefile-man.am | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Makefile-man.am b/Makefile-man.am index 8f48f38209..f21cc527f0 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