summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2002-09-25 10:17:37 +0000
committerGerrit Pape <pape@smarden.org>2002-09-25 10:17:37 +0000
commit3467ac501986b1afb28e69352c4368637aba67d6 (patch)
treef0d6fe1f254532ac2e18d65b76398cc22e3c2a17 /Makefile
parentfd1fe978b85aab7531bde8a784630626cc17cfe2 (diff)
downloadrunit-3467ac501986b1afb28e69352c4368637aba67d6.tar.gz
runit-3467ac501986b1afb28e69352c4368637aba67d6.tar.xz
runit-3467ac501986b1afb28e69352c4368637aba67d6.zip
* man/runsv.8, man/runsvdir.8: new.
  * utmpset.c: setlock utmp and wtmp file.
0.5.4.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d1ba2c9..d456d16 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,19 @@
 DESTDIR=
 
-PACKAGE=runit-0.5.3
+PACKAGE=runit-0.5.4
 DIRS=doc man etc package src
-MANPAGES=man/runit.8 man/runit-init.8 man/svwaitdown.8 man/svwaitup.8 \
-man/utmpset.8
+MANPAGES=runit.8 runit-init.8 runsvdir.8 runsv.8 svwaitdown.8 svwaitup.8 \
+utmpset.8
 
 all: clean .manpages $(PACKAGE).tar.gz
 
 .manpages:
 	for i in $(MANPAGES); do \
-	  rman -S -f html -r '' < $$i | \
+	  rman -S -f html -r '' < man/$$i | \
 	  sed -e 's}NAME="sect\([0-9]*\)" HREF="#toc[0-9]*">\(.*\)}NAME="sect\1">\2}g ; \
 	  s}<A HREF="#toc">Table of Contents</A>}<a href="http://smarden.org/pape/">G. Pape</a><br><A HREF="index.html">runit</A><hr>}g ; \
 	  s}<!--.*-->}}g' \
-	  > doc/`basename $$i`.html ; \
+	  > doc/$$i.html ; \
 	done ; \
 	touch .manpages