aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/Makefile.am')
-rw-r--r--lang/python/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index 8d74cbd1..391de827 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -22,8 +22,13 @@ EXTRA_DIST = \
gpgme.i \
helpers.c helpers.h private.h \
examples \
+ docs \
src
+dist-hook:
+ cp -pr "$(srcdir)/docs" "$(DESTDIR)/docs"
+ rm -rf `find "$(srcdir)/docs" -name meta`
+
SUBDIRS = . tests
.PHONY: prepare