From 52efcf1ee9fc8ba4c6bd23d8fe4f5f7993ba9fb1 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 6 Jul 2016 10:59:18 +0200 Subject: python: Fix distcheck. * lang/python/INSTALL: Drop obsolete file. * lang/python/Makefile.am (EXTRA_DIST): Add missing files. (CLEANFILES): Remove generated files. (clean-local): Fix permissions of copied files. * lang/python/tests/Makefile.am (TESTS): Use our own setup and teardown scripts. (EXTRA_DIST): Add missing files. * lang/python/tests/final.py: New file. * lang/python/tests/initial.py: Likewise. Signed-off-by: Justus Winter --- lang/python/INSTALL | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 lang/python/INSTALL (limited to 'lang/python/INSTALL') diff --git a/lang/python/INSTALL b/lang/python/INSTALL deleted file mode 100644 index 18ece206..00000000 --- a/lang/python/INSTALL +++ /dev/null @@ -1,15 +0,0 @@ -To build pyme module without installing it run 'make'. - -To install pyme module run 'make install'. The module will be installed in the -site-packages subdirectory of the python library directory. - -To delete all files generated during build run 'make reallyclean' - -To build documentation run 'make docs'. HTML files will be generated in 'doc' -subdirectory. - -To build distribution files including Debian packages run 'make dist' -To build distribution archive without Debian packages and without debian - subdirectory run 'make nondeb-dist' -Note, Debian packages and distribution archive will be generated in the parent - directory. -- cgit v1.2.3