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 --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d69cc82d..9c6767f8 100644 --- a/configure.ac +++ b/configure.ac @@ -922,7 +922,10 @@ AC_CONFIG_FILES([lang/js/Makefile lang/js/src/Makefile AC_CONFIG_FILES(lang/qt/doc/Makefile) AC_CONFIG_FILES([lang/python/Makefile lang/python/version.py - lang/python/tests/Makefile]) + lang/python/tests/Makefile + lang/python/src/Makefile + lang/python/examples/Makefile + lang/python/doc/Makefile]) AC_CONFIG_FILES([lang/python/setup.py], [chmod a+x lang/python/setup.py]) AC_OUTPUT -- cgit v1.2.3