diff options
Diffstat (limited to 'doc/examples/legacy/Makefile.am')
-rw-r--r-- | doc/examples/legacy/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/examples/legacy/Makefile.am b/doc/examples/legacy/Makefile.am deleted file mode 100644 index 49c9701efb3..00000000000 --- a/doc/examples/legacy/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -EXTRA = README replicate.vol stripe.vol protocol-client.vol protocol-server.vol posix-locks.vol trash.vol write-behind.vol io-threads.vol io-cache.vol read-ahead.vol filter.vol trace.vol -EXTRA_DIST = $(EXTRA) - -docdir = $(datadir)/doc/$(PACKAGE_NAME) -Examplesdir = $(docdir)/examples -Examples_DATA = $(EXTRA) - -CLEANFILES = |