diff options
author | Michael Biebl <mbiebl@gmail.com> | 2017-05-02 21:30:14 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-05-02 15:30:14 -0400 |
commit | b7674ecd5b456d31c7a459f002ccb995a2daec50 (patch) | |
tree | bf713b45ac2f354ef7bb7c4889b0cc758fba0cf1 | |
parent | c7a5268a201fd59804b75db5095bd780b2a527d1 (diff) |
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.
-rw-r--r-- | Makefile-man.am | 10 |
1 files changed, 10 insertions, 0 deletions
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 |