summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Antonuk <aega@med.umich.edu>2012-10-15 14:34:46 -0400
committerAlan Antonuk <aega@med.umich.edu>2012-10-15 14:54:09 -0400
commit7142f05e2aaf61b47cf0472d9e9f468d08a4fdc0 (patch)
tree57b0c2f42508ff869a8fd71d99eaa9cb54c0d789 /Makefile.am
parentbb7a06a84a3b0db4e925d4a42703a322e7430e9a (diff)
downloadrabbitmq-c-github-ask-7142f05e2aaf61b47cf0472d9e9f468d08a4fdc0.tar.gz
autotools: Don't include man-date.ent as part of dist package
man-date.ent is a file generated by Makefile.am which puts the current date in the man pages as they are generated. The filename was listed in EXTRA_DIST which caused failures in make dist when --disable-docs or --disable-tools was passed to the configure script. Fix is to remove man-date.ent as it really shouldn't be a part of the distribution package
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6ab7c2f..bb4d90e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -290,8 +290,7 @@ EXTRA_DIST = \
tools/doc/amqp-delete-queue.xml \
tools/doc/amqp-get.xml \
tools/doc/amqp-publish.xml \
- tools/doc/librabbitmq-tools.xml \
- $(top_builddir)/tools/doc/man-date.ent
+ tools/doc/librabbitmq-tools.xml
MOSTLYCLEANFILES = \
$(top_builddir)/librabbitmq/amqp_framing.c \