summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonygarnockjones@gmail.com>2010-06-06 15:04:45 +1200
committerTony Garnock-Jones <tonygarnockjones@gmail.com>2010-06-06 15:04:45 +1200
commit62be6f379314bd7fc74d02f1796b3406bac3bb5b (patch)
treecea49d65efab3723f3d593ee72ece6dd28ae74ee /tools
parenta41546f34187a2789dabe2f054a42e679c033690 (diff)
downloadrabbitmq-c-github-ask-62be6f379314bd7fc74d02f1796b3406bac3bb5b.tar.gz
Fix up clean rules
Diffstat (limited to 'tools')
-rw-r--r--tools/doc/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/doc/Makefile.am b/tools/doc/Makefile.am
index db674d0..f482d94 100644
--- a/tools/doc/Makefile.am
+++ b/tools/doc/Makefile.am
@@ -14,7 +14,7 @@ man_MANS = \
amqp-declare-queue.1 \
amqp-delete-queue.1 \
librabbitmq-tools.7
-MOSTLYCLEANFILES = man-date.ent
+MOSTLYCLEANFILES = man-date.ent $(man_MANS)
# automake complains about % pattern rules, and suffix rules don't
# support multiple dependencies, so we have to expand all these out.
@@ -39,7 +39,4 @@ librabbitmq-tools.7: librabbitmq-tools.xml man-date.ent
man-date.ent:
date +'%Y-%m-%d' >$@
-clean::
- rm -f man-date.ent
-
endif