diff options
| author | Ben McGinnes <[email protected]> | 2018-10-04 13:10:46 +0200 |
|---|---|---|
| committer | Ben McGinnes <[email protected]> | 2018-10-04 13:10:46 +0200 |
| commit | f3fc73738264d21baf0e9b49fdd5cb67faa11d31 (patch) | |
| tree | 339b96e365b5cf849443431f743aa983671db022 /lang/python/Makefile.am | |
| parent | python: make file (diff) | |
| download | gpgme-f3fc73738264d21baf0e9b49fdd5cb67faa11d31.tar.gz gpgme-f3fc73738264d21baf0e9b49fdd5cb67faa11d31.zip | |
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 <[email protected]>
Signed-off-by: Ben McGinnes <[email protected]>
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 |
