From 62be6f379314bd7fc74d02f1796b3406bac3bb5b Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 6 Jun 2010 15:04:45 +1200 Subject: [PATCH] Fix up clean rules --- tools/doc/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/doc/Makefile.am b/tools/doc/Makefile.am index db674d0a2..f482d94a1 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