From 9fe5fddf30cb159e959295d4ec979678b0130a9c Mon Sep 17 00:00:00 2001 From: Dale Mellor Date: Sat, 12 Jun 2010 22:39:20 +0100 Subject: Added a simple man page using help2man (the generation is _not_ automatic through the makefile). --- makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile.am') 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 - -- cgit v1.2.3