From c9064dde98b2a91be6c9f23c37168c7468fd873f Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Mon, 9 May 2016 23:59:26 +0200 Subject: build: Fix prerequisite for mcron man page. * Makefile.am (doc/mcron.1): Depend on the Guile script instead of the C wrapper. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index dc47945..ec98ef3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -145,7 +145,7 @@ TEXI2DVI = texi2dvi -I doc # 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. -doc/mcron.1: src/mcron.c +doc/mcron.1: src/mcron/scripts/mcron.scm -$(AM_V_HELP2MAN)$(MKDIR_P) `dirname "$@"` ; \ $(top_builddir)/pre-inst-env $(HELP2MAN) \ -n 'a program to run tasks at regular (or not) intervals' \ -- cgit v1.2.3