SummaryRefsLogTreeCommitDiffStats
path: root/makefile.am
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-09-27 23:10:55 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-09-27 23:10:55 +0200
commitd96ede0b09dc65903cd5e2231e7c37c2445bedd4 (patch)
treebebf45c1941fd48a6bc9a35a73ab630016056b36 /makefile.am
parent3eb1889f89a3be70f46df8d0d99d431dc79d59aa (diff)
downloadmcron-d96ede0b09dc65903cd5e2231e7c37c2445bedd4.tar.gz
mcron-d96ede0b09dc65903cd5e2231e7c37c2445bedd4.tar.bz2
mcron-d96ede0b09dc65903cd5e2231e7c37c2445bedd4.zip
Revert "Fix build of the manual."
This reverts commit e6a94adeb3384cb883f49ec5a4cc589df6b40d10.
Diffstat (limited to 'makefile.am')
-rw-r--r--makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/makefile.am b/makefile.am
index 2229893..633cf2f 100644
--- a/makefile.am
+++ b/makefile.am
@@ -1,6 +1,5 @@
## Makefile for the toplevel directory of mcron.
## Copyright (C) 2003 Dale Mellor
-## Copyright (C) 2015 Mathieu Lirzin
##
# This file is part of GNU mcron.
#
@@ -32,9 +31,9 @@ CLEANFILES = mcron.c
EXTRA_DIST = makefile.ed mcron.c.template BUGS
-info_TEXINFOS = doc/mcron.texi
+info_TEXINFOS = mcron.texinfo
-dist_man_MANS = doc/mcron.1
+dist_man_MANS = mcron.1
bin_PROGRAMS = mcron
mcron_SOURCES = mcron.c
@@ -80,6 +79,6 @@ uninstall-hook:
# Not part of formal package building, but a rule for manual use to get the
# elemental man page. Will only work once the mcron program is installed.
-$(dist_man_MANS): mcron.c
+mcron.1 : mcron.c
$(HELP2MAN) -n 'a program to run tasks at regular (or not) intervals' \
- ./mcron > $@
+ ./mcron > mcron.1