diff options
author | Gerrit Pape <pape@smarden.org> | 2001-11-26 11:31:53 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2001-11-26 11:31:53 +0000 |
commit | f849568f4ccdcce45225fa1df2821c4aef607e3d (patch) | |
tree | 11f9ba313b1efac555ea315640ca8710e3a9f31f /Makefile | |
parent | f71b40212367b464a882d7a1ef4c5e1f68cd87f1 (diff) | |
download | runit-f849568f4ccdcce45225fa1df2821c4aef607e3d.tar.gz runit-f849568f4ccdcce45225fa1df2821c4aef607e3d.tar.xz runit-f849568f4ccdcce45225fa1df2821c4aef607e3d.zip |
* runit-halt, runit-reboot removed, integrated into runit-init
* tested with dietlibc * doc: usedietlibs.html added.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index ad32e5f..8375b8f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ DESTDIR= -PACKAGE=runit-0.1.2 +PACKAGE=runit-0.2.0 DIRS=doc man etc package src -MANPAGES=man/runit.8 man/runit-init.8 man/runit-halt.8 man/runit-reboot.8 +MANPAGES=man/runit.8 man/runit-init.8 DAEMONTOOLS_PD=daemontools-pd-0.76 all: clean .manpages $(DAEMONTOOLS_PD).tar.gz $(PACKAGE).tar.gz |