SummaryRefsLogTreeCommitDiffStats
path: root/makefile.am
diff options
context:
space:
mode:
authorDale Mellor <dale@rdmp.org>2015-07-06 05:46:30 +0100
committerDale Mellor <dale@rdmp.org>2015-07-06 05:46:30 +0100
commit024027ae2dcc425f7a3bf5bf3ff3671833b02ce6 (patch)
tree431584749084f7b041d406153cfcf1ad1f043737 /makefile.am
parentdf4fa60a031e30eff00c2fa06b0ea23d4e50b057 (diff)
downloadmcron-024027ae2dcc425f7a3bf5bf3ff3671833b02ce6.tar.gz
mcron-024027ae2dcc425f7a3bf5bf3ff3671833b02ce6.tar.bz2
mcron-024027ae2dcc425f7a3bf5bf3ff3671833b02ce6.zip
Have a new directory to get rid of with maintainer-clean.
Diffstat (limited to 'makefile.am')
-rw-r--r--makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefile.am b/makefile.am
index 65b10d8..23384bd 100644
--- a/makefile.am
+++ b/makefile.am
@@ -51,7 +51,7 @@ mcron.c : scm/mcron/main.scm scm/mcron/crontab.scm makefile.ed mcron.c.template
@rm -f mcron.escaped.scm > /dev/null 2>&1
-#full program prefix
+# Full program prefix.
fpp = $(DESTDIR)$(bindir)/@real_program_prefix@
@@ -83,3 +83,7 @@ uninstall-hook:
$(dist_man_MANS): mcron.c
$(HELP2MAN) -n 'a program to run tasks at regular (or not) intervals' \
./mcron > $@
+
+
+maintainer-clean-local:
+ rm -r build-aux