diff options
author | Dale Mellor <dale@rdmp.org> | 2014-05-25 15:08:45 +0100 |
---|---|---|
committer | Dale Mellor <dale@rdmp.org> | 2014-05-25 15:08:45 +0100 |
commit | d69a2b91ac8c777d9239416d26a5c77f980bc9b6 (patch) | |
tree | ea7390ce4c33f19f3748c18e999ee961011a4cd6 | |
parent | c0ba5c6036e8962c3671928c54a2d66a4c805435 (diff) | |
download | mcron-d69a2b91ac8c777d9239416d26a5c77f980bc9b6.tar.gz mcron-d69a2b91ac8c777d9239416d26a5c77f980bc9b6.tar.bz2 mcron-d69a2b91ac8c777d9239416d26a5c77f980bc9b6.zip |
Distribute the minimal man page in case the builder hasn't get help2man.1.0.8
-rw-r--r-- | makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.am b/makefile.am index a7f0e75..1b27e7a 100644 --- a/makefile.am +++ b/makefile.am @@ -33,7 +33,7 @@ EXTRA_DIST = makefile.ed mcron.c.template BUGS info_TEXINFOS = mcron.texinfo -man_MANS = mcron.1 +dist_man_MANS = mcron.1 bin_PROGRAMS = mcron mcron_SOURCES = mcron.c |