diff options
author | Dale Mellor <dale@rdmp.org> | 2010-06-12 22:39:20 +0100 |
---|---|---|
committer | Dale Mellor <dale@rdmp.org> | 2010-06-12 22:39:20 +0100 |
commit | 9fe5fddf30cb159e959295d4ec979678b0130a9c (patch) | |
tree | 758a4855fa4b028caf833ce25284bddc87722dc1 /makefile.am | |
parent | 0cbb22fd196a6c232eff37acf9e16f1299aa0252 (diff) | |
download | mcron-9fe5fddf30cb159e959295d4ec979678b0130a9c.tar.gz mcron-9fe5fddf30cb159e959295d4ec979678b0130a9c.tar.bz2 mcron-9fe5fddf30cb159e959295d4ec979678b0130a9c.zip |
Added a simple man page using help2man (the generation is _not_ automatic through the makefile).
Diffstat (limited to 'makefile.am')
-rw-r--r-- | makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile.am b/makefile.am index e4c441f..9f9b59d 100644 --- a/makefile.am +++ b/makefile.am @@ -36,6 +36,8 @@ AM_CFLAGS = @GUILE_CFLAGS@ -DGUILE_LOAD_PATH=\"$(datadir)\" info_TEXINFOS = mcron.texinfo +dist_man1_MANS = mcron.1 + bin_PROGRAMS = mcron mcron_SOURCES = mcron.c @@ -86,4 +88,3 @@ uninstall-hook: if [ "`id -u`" -eq "0" ]; then \ rm -f $(fpp){cron,crontab}$(EXEEXT); \ fi - |