diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | doc/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,7 @@ endif lib$(2).pc: exec env \ + prefix="$(prefix)" \ library="$(2)" \ includedir="$(includedir)" \ dynlibdir="$(dynlibdir)" \ diff --git a/doc/index.html b/doc/index.html index 517c826..1725a9b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -185,6 +185,7 @@ a user interface to control those processes and monitor service states. <li><a href="s6-svdt.html">The <tt>s6-svdt</tt> program</a></li> <li><a href="s6-svdt-clear.html">The <tt>s6-svdt-clear</tt> program</a></li> <li><a href="s6-permafailon.html">The <tt>s6-permafailon</tt> program</a></li> +<li><a href="s6-background-watch.html">The <tt>s6-background-watch</tt> program</a></li> </ul> <h4> Daemontools-like utilities </h4> |
