aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/Makefile.am
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-10-03 21:06:57 +0000
committerBen McGinnes <[email protected]>2018-10-03 21:06:57 +0000
commit2151b9828af3760867e856ab939b835a6e2f42e7 (patch)
tree00fa9b5e9ae35b59a61bbde4705dc46c973c181f /lang/python/Makefile.am
parentdocs: python bindings (diff)
downloadgpgme-2151b9828af3760867e856ab939b835a6e2f42e7.tar.gz
gpgme-2151b9828af3760867e856ab939b835a6e2f42e7.zip
docs: python
* More restructuring. Also the painstaking task of deciphering some of the more eclectic aspects of Texinfo and make.
Diffstat (limited to '')
-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