From f509443af5974dd6e7a816c4c7f806bfd01d629b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 27 Nov 2014 17:13:12 -0500 Subject: 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 --- Makefile-man.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile-man.am') diff --git a/Makefile-man.am b/Makefile-man.am index bdbc54f4a..f817a050c 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -1513,6 +1513,15 @@ MANPAGES_ALIAS += \ # +endif + +if HAVE_SYSV_COMPAT +MANPAGES += \ + man/systemd-sysv-generator.8 +MANPAGES_ALIAS += \ + # + + endif if HAVE_UTMP @@ -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 \ -- cgit v1.2.3