build: Fix prerequisite for mcron man page.
* Makefile.am (doc/mcron.1): Depend on the Guile script instead of the C wrapper.
This commit is contained in:
parent
c87c643ca1
commit
c9064dde98
1 changed files with 1 additions and 1 deletions
|
|
@ -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' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue