Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fix up clean rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyg committed Jun 6, 2010
1 parent a41546f commit 62be6f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/doc/Makefile.am
Expand Up @@ -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.
Expand All @@ -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

0 comments on commit 62be6f3

Please sign in to comment.