diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-27 17:13:12 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-27 17:22:26 -0500 |
commit | f509443af5974dd6e7a816c4c7f806bfd01d629b (patch) | |
tree | f95aaba56544c38ff80b53db867384079865e62a /Makefile-man.am | |
parent | b5a1e50495179a5995d56936f429c0b77dca8ecc (diff) |
man: add systemd-sysv-generator(8)
In principle SysV stuff is only for compatibility, but we are stuck
with it for the forseeable future, so documentation might as well
be provided.
https://bugs.debian.org/771172
Diffstat (limited to 'Makefile-man.am')
-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 bdbc54f4a2..f817a050c2 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -1515,6 +1515,15 @@ MANPAGES_ALIAS += \ endif +if HAVE_SYSV_COMPAT +MANPAGES += \ + man/systemd-sysv-generator.8 +MANPAGES_ALIAS += \ + # + + +endif + if HAVE_UTMP MANPAGES += \ man/runlevel.8 \ @@ -1686,6 +1695,7 @@ EXTRA_DIST += \ man/systemd-system-update-generator.xml \ man/systemd-system.conf.xml \ man/systemd-sysusers.xml \ + man/systemd-sysv-generator.xml \ man/systemd-timedated.service.xml \ man/systemd-timesyncd.service.xml \ man/systemd-tmpfiles.xml \ |