mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
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:
parent
c7a5268a20
commit
b7674ecd5b
@ -2615,6 +2615,16 @@ man/systemd-user-sessions.html: man/systemd-user-sessions.service.html
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if HAVE_PYTHON
|
||||||
|
MANPAGES += \
|
||||||
|
man/systemd.directives.7 \
|
||||||
|
man/systemd.index.7
|
||||||
|
MANPAGES_ALIAS += \
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
if HAVE_SYSV_COMPAT
|
if HAVE_SYSV_COMPAT
|
||||||
MANPAGES += \
|
MANPAGES += \
|
||||||
man/systemd-sysv-generator.8
|
man/systemd-sysv-generator.8
|
||||||
|
Loading…
Reference in New Issue
Block a user