From f3fc73738264d21baf0e9b49fdd5cb67faa11d31 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Thu, 4 Oct 2018 21:10:46 +1000 Subject: python: makefiles * doc/Makefile.am: Removed a bit I forgot about. * Renamed lang/python/docs to lang/python/doc bvecause apparently automake cares about that too. * Decided to be extra explicit in the manifest because if I don't then all sorts of things get deleted ... like lang/python * Tested on an external linux system just in case my osx workstation introduces too much weirdness. Tested-by: Ben McGinnes Signed-off-by: Ben McGinnes --- lang/python/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lang/python/Makefile.am') 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 -- cgit