build-sys: re-add systemd.directives and systemd.index to MANPAGES (#5876)

Those were dropped accidentally in commit
19fe49f62c, 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.
This commit is contained in:
Michael Biebl 2017-05-02 21:30:14 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent c7a5268a20
commit b7674ecd5b

View 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