diff options
Diffstat (limited to 'lang/python/Makefile.am')
-rw-r--r-- | lang/python/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am index 86453054..6df17ceb 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -22,12 +22,9 @@ EXTRA_DIST = \ gpgme.i \ helpers.c helpers.h private.h \ examples \ - docs \ + doc \ src -dist-hook: - cp -pr "$(srcdir)/docs" "$(DESTDIR)/docs" - SUBDIRS = . tests .PHONY: prepare |