From f9c923bb2d87711235312e8085964372d7480ce4 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Mon, 6 May 2019 16:08:26 +0200 Subject: 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 --- lang/python/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lang/python/Makefile.am') 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 -- cgit