summaryrefslogtreecommitdiff
path: root/man/include.am
diff options
context:
space:
mode:
Diffstat (limited to 'man/include.am')
-rw-r--r--man/include.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/include.am b/man/include.am
index 602cfa96..c676fcaf 100644
--- a/man/include.am
+++ b/man/include.am
@@ -2,11 +2,11 @@
# included from Top Level Makefile.am
# All paths should be given relative to the root
-# Build rule for documentation
-$(dist_man_MANS): $(top_srcdir)/configure.ac
- $(MAKE) $(AM_MAKEFLAGS) man
+RST_FILES= $(shell find $(top_builddir)/docs/source -type f -name '*.rst')
-.NOTPARALLEL: $(dist_man_MANS)
+# Build rule for documentation
+$(dist_man_MANS): $(RST_FILES)
+ @cp docs/build/$@ $@
dist_man_MANS+= man/memaslap.1
dist_man_MANS+= man/memcapable.1