diff options
| author | Andre Heinecke <[email protected]> | 2019-05-06 16:08:26 +0200 |
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2019-05-06 16:08:26 +0200 |
| commit | f9c923bb2d87711235312e8085964372d7480ce4 (patch) | |
| tree | 89d621ea1af41f6d857a4201e557a2b92473dae6 /lang/python/Makefile.am | |
| parent | Python, doc: Minor style improvement (diff) | |
| download | gpgme-f9c923bb2d87711235312e8085964372d7480ce4.tar.gz gpgme-f9c923bb2d87711235312e8085964372d7480ce4.zip | |
python: Make EXTRA_DIST files explicit
* configure.ac: Configure new Makefiles.
* lang/python/Makefile.am: Remove dirs from extra dist and use
subdirs.
* lang/python/examples/Makefile.am, lang/python/src/Makefile.am,
lang/python/doc/Makefile.am: New. Files that list EXTRA_DIST files.
--
This is similar to what lang/js does by explicitly listing the
files. This ensures that we have clean distribution tarballs
without accidentall additions that just lay in the directory.
GnuPG-Bug-Id: T4481
Diffstat (limited to 'lang/python/Makefile.am')
| -rw-r--r-- | lang/python/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am index c888448f..845b7b17 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -21,12 +21,9 @@ EXTRA_DIST = \ README \ MANIFEST.in \ gpgme.i \ - helpers.c helpers.h private.h \ - examples \ - doc \ - src + helpers.c helpers.h private.h -SUBDIRS = . tests +SUBDIRS = . tests examples doc src .PHONY: prepare prepare: copystamp |
