]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: re-add systemd.directives and systemd.index to MANPAGES (#5876)
authorMichael Biebl <mbiebl@gmail.com>
Tue, 2 May 2017 19:30:14 +0000 (21:30 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 2 May 2017 19:30:14 +0000 (15:30 -0400)
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

index 8f48f38209ce36b89833b36c5154ab17c0c1d98f..f21cc527f0bca330bc9ab23bcf3f39a1ec5b002e 100644 (file)
@@ -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