diff options
author | Stef Walter <stef@memberwebs.com> | 2004-05-18 19:09:12 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-05-18 19:09:12 +0000 |
commit | f5f4e22e50450c7459800b4ca03894326df236b9 (patch) | |
tree | 145b52f29be0a7ff10348fd71c2c7ec046784d09 /srcx | |
parent | 9362aa105357f0aeadf04cdc7c6a8a3802260c4e (diff) |
- Integrated old jstart into the build
- Added manual pages to the build
Diffstat (limited to 'srcx')
-rw-r--r-- | srcx/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcx/Makefile.am b/srcx/Makefile.am index 3b9e121..3011de8 100644 --- a/srcx/Makefile.am +++ b/srcx/Makefile.am @@ -7,6 +7,6 @@ jails_SOURCES = jails.c util.h util.c jid_SOURCES = jid.c util.h util.c jps_SOURCES = jps.c util.h util.c -# man_MANS = jstart.8 jkill.8 jails.8 jid.8 jps.8 -# EXTRA_DIST = $(man_MANS) +man_MANS = jstart.8 jkill.8 jails.8 jid.8 jps.8 +EXTRA_DIST = $(man_MANS) |