aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-10-04 11:10:46 +0000
committerBen McGinnes <[email protected]>2018-10-04 11:10:46 +0000
commitf3fc73738264d21baf0e9b49fdd5cb67faa11d31 (patch)
tree339b96e365b5cf849443431f743aa983671db022
parentpython: make file (diff)
downloadgpgme-f3fc73738264d21baf0e9b49fdd5cb67faa11d31.tar.gz
gpgme-f3fc73738264d21baf0e9b49fdd5cb67faa11d31.zip
python: makefiles
* doc/Makefile.am: Removed a bit I forgot about. * Renamed lang/python/docs to lang/python/doc bvecause apparently automake cares about that too. * Decided to be extra explicit in the manifest because if I don't then all sorts of things get deleted ... like lang/python * Tested on an external linux system just in case my osx workstation introduces too much weirdness. Tested-by: Ben McGinnes <[email protected]> Signed-off-by: Ben McGinnes <[email protected]>
-rw-r--r--doc/Makefile.am2
-rw-r--r--lang/python/MANIFEST.in9
-rw-r--r--lang/python/Makefile.am5
-rw-r--r--lang/python/doc/README (renamed from lang/python/docs/README)0
-rw-r--r--lang/python/doc/meta/TODO.org (renamed from lang/python/docs/meta/TODO.org)0
-rw-r--r--lang/python/doc/meta/old-commits.log (renamed from lang/python/docs/meta/old-commits.log)0
-rw-r--r--lang/python/doc/rst/gpgme-python-howto.rst (renamed from lang/python/docs/rst/gpgme-python-howto.rst)0
-rw-r--r--lang/python/doc/rst/short-history.rst (renamed from lang/python/docs/rst/short-history.rst)0
-rw-r--r--lang/python/doc/src/gpgme-python-howto.org (renamed from lang/python/docs/src/gpgme-python-howto.org)0
-rw-r--r--lang/python/doc/src/short-history.org (renamed from lang/python/docs/src/short-history.org)0
-rw-r--r--lang/python/doc/texinfo/gpgme-python-howto.texi (renamed from lang/python/docs/texinfo/gpgme-python-howto.texi)0
-rw-r--r--lang/python/doc/texinfo/short-history.texi (renamed from lang/python/docs/texinfo/short-history.texi)0
-rw-r--r--lang/python/doc/texinfo/texinfo.tex (renamed from lang/python/docs/texinfo/texinfo.tex)0
13 files changed, 7 insertions, 9 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5f161a96..db8a1a21 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -53,7 +53,7 @@ defs.inc: defsincdate Makefile mkdefsinc
$(info_TEXINFOS) $(gpgme_TEXINFOS) >$@
-online: gpgme.html gpgme.pdf gpgme-python-howto.html gpgme-python-howto.pdf
+online: gpgme.html gpgme.pdf
set -e; \
echo "Uploading current manuals to www.gnupg.org ..."; \
user=werner ; \
diff --git a/lang/python/MANIFEST.in b/lang/python/MANIFEST.in
index bd7462a5..f4def417 100644
--- a/lang/python/MANIFEST.in
+++ b/lang/python/MANIFEST.in
@@ -1,7 +1,8 @@
-recursive-include docs *.org *.texi *.info *.rst
-recursive-include docs src *.org
-recursive-include docs rst *.rst
-recursive-include docs texinfo *.texi *.infok
+recursive-include doc *.org
+recursive-include doc *.rst
+recursive-include doc *.tex
+recursive-include doc *.texi
+recursive-include doc *.info
recursive-include examples *.py *.pyx
include README README.org
include gpgme.i
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index 86453054..6df17ceb 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -22,12 +22,9 @@ EXTRA_DIST = \
gpgme.i \
helpers.c helpers.h private.h \
examples \
- docs \
+ doc \
src
-dist-hook:
- cp -pr "$(srcdir)/docs" "$(DESTDIR)/docs"
-
SUBDIRS = . tests
.PHONY: prepare
diff --git a/lang/python/docs/README b/lang/python/doc/README
index a14e1ad5..a14e1ad5 100644
--- a/lang/python/docs/README
+++ b/lang/python/doc/README
diff --git a/lang/python/docs/meta/TODO.org b/lang/python/doc/meta/TODO.org
index add8f4ff..add8f4ff 100644
--- a/lang/python/docs/meta/TODO.org
+++ b/lang/python/doc/meta/TODO.org
diff --git a/lang/python/docs/meta/old-commits.log b/lang/python/doc/meta/old-commits.log
index 93661e35..93661e35 100644
--- a/lang/python/docs/meta/old-commits.log
+++ b/lang/python/doc/meta/old-commits.log
diff --git a/lang/python/docs/rst/gpgme-python-howto.rst b/lang/python/doc/rst/gpgme-python-howto.rst
index f29727e6..f29727e6 100644
--- a/lang/python/docs/rst/gpgme-python-howto.rst
+++ b/lang/python/doc/rst/gpgme-python-howto.rst
diff --git a/lang/python/docs/rst/short-history.rst b/lang/python/doc/rst/short-history.rst
index 0d839a58..0d839a58 100644
--- a/lang/python/docs/rst/short-history.rst
+++ b/lang/python/doc/rst/short-history.rst
diff --git a/lang/python/docs/src/gpgme-python-howto.org b/lang/python/doc/src/gpgme-python-howto.org
index 6eba29e0..6eba29e0 100644
--- a/lang/python/docs/src/gpgme-python-howto.org
+++ b/lang/python/doc/src/gpgme-python-howto.org
diff --git a/lang/python/docs/src/short-history.org b/lang/python/doc/src/short-history.org
index 31b7d446..31b7d446 100644
--- a/lang/python/docs/src/short-history.org
+++ b/lang/python/doc/src/short-history.org
diff --git a/lang/python/docs/texinfo/gpgme-python-howto.texi b/lang/python/doc/texinfo/gpgme-python-howto.texi
index b474242d..b474242d 100644
--- a/lang/python/docs/texinfo/gpgme-python-howto.texi
+++ b/lang/python/doc/texinfo/gpgme-python-howto.texi
diff --git a/lang/python/docs/texinfo/short-history.texi b/lang/python/doc/texinfo/short-history.texi
index 2854d91b..2854d91b 100644
--- a/lang/python/docs/texinfo/short-history.texi
+++ b/lang/python/doc/texinfo/short-history.texi
diff --git a/lang/python/docs/texinfo/texinfo.tex b/lang/python/doc/texinfo/texinfo.tex
index a5c849c8..a5c849c8 100644
--- a/lang/python/docs/texinfo/texinfo.tex
+++ b/lang/python/doc/texinfo/texinfo.tex