diff options
Diffstat (limited to 'doc/examples/legacy/Makefile.am')
-rw-r--r-- | doc/examples/legacy/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/examples/legacy/Makefile.am b/doc/examples/legacy/Makefile.am new file mode 100644 index 00000000000..49c9701efb3 --- /dev/null +++ b/doc/examples/legacy/Makefile.am @@ -0,0 +1,8 @@ +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 = |