diff options
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile index 0357d27a..b8f0e42e 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,7 +1,8 @@ MAN3= einfo.3 \ rc_config.3 rc_deptree.3 rc_find_pids.3 rc_plugin_hook.3 \ rc_runlevel.3 rc_service.3 rc_stringlist.3 -MAN8= rc-status.8 rc-update.8 rc.8 runscript.8 start-stop-daemon.8 +MAN8= rc-service.8 rc-status.8 rc-update.8 rc.8 runscript.8 \ + start-stop-daemon.8 # Handy macro to create symlinks # This does rely on correctly formatting our manpages! |