diff options
author | Justus Winter <[email protected]> | 2016-07-06 08:59:18 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-07-07 12:10:36 +0000 |
commit | 52efcf1ee9fc8ba4c6bd23d8fe4f5f7993ba9fb1 (patch) | |
tree | 237399ae677b95835d53b188047d7dac57493e54 /lang/python/INSTALL | |
parent | qt: Fix distcheck. (diff) | |
download | gpgme-52efcf1ee9fc8ba4c6bd23d8fe4f5f7993ba9fb1.tar.gz gpgme-52efcf1ee9fc8ba4c6bd23d8fe4f5f7993ba9fb1.zip |
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 <[email protected]>
Diffstat (limited to 'lang/python/INSTALL')
-rw-r--r-- | lang/python/INSTALL | 15 |
1 files changed, 0 insertions, 15 deletions
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. |