summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOla Jeppsson <ola.jeppsson@gmail.com>2019-10-18 20:14:25 -0400
committerdormando <dormando@rydia.net>2019-10-22 15:49:50 -0700
commit266d582c0a05a4fbed53ebbbc6625fc5b23a7faf (patch)
tree1290b50fcb6c0e440cd7a75346f2d6824128f416 /doc
parent084d9fca0af14078d477d678f38317ab89e80c79 (diff)
downloadmemcached-266d582c0a05a4fbed53ebbbc6625fc5b23a7faf.tar.gz
doc: Use wildcard instead of explicit file list
As per request here: https://github.com/memcached/memcached/pull/554#issuecomment-543362675 NB: Using wildcards for dependencies with Automake is not recommended and should be considered fragile. However, for this particular case it seems to work.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 94278c0..3539fc8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,12 +2,8 @@ man_MANS = memcached.1
SPECIFICATIONS = protocol-binary.txt protocol-binary-range.txt
-EXTRA_DIST = new_lru.txt \
- protocol.txt \
- readme.txt \
- storage.txt \
- threads.txt \
- tls.txt
+EXTRA_DIST = $(srcdir)/*.txt
+
# When we make dist always include the generated specifications so people don't
# have to have xml2rfc and xsltproc installed
EXTRA_DIST += $(SPECIFICATIONS)