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 <ben@adversary.org>
Signed-off-by: Ben McGinnes <ben@adversary.org>
This commit is contained in:
Ben McGinnes 2018-10-04 21:10:46 +10:00
parent 2cca422ca4
commit f3fc737382
13 changed files with 7 additions and 9 deletions

View File

@ -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 ; \

View File

@ -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

View File

@ -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