diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/doc/Makefile.am | 5 |
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 |