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:
parent
2cca422ca4
commit
f3fc737382
@ -53,7 +53,7 @@ defs.inc: defsincdate Makefile mkdefsinc
|
|||||||
$(info_TEXINFOS) $(gpgme_TEXINFOS) >$@
|
$(info_TEXINFOS) $(gpgme_TEXINFOS) >$@
|
||||||
|
|
||||||
|
|
||||||
online: gpgme.html gpgme.pdf gpgme-python-howto.html gpgme-python-howto.pdf
|
online: gpgme.html gpgme.pdf
|
||||||
set -e; \
|
set -e; \
|
||||||
echo "Uploading current manuals to www.gnupg.org ..."; \
|
echo "Uploading current manuals to www.gnupg.org ..."; \
|
||||||
user=werner ; \
|
user=werner ; \
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
recursive-include docs *.org *.texi *.info *.rst
|
recursive-include doc *.org
|
||||||
recursive-include docs src *.org
|
recursive-include doc *.rst
|
||||||
recursive-include docs rst *.rst
|
recursive-include doc *.tex
|
||||||
recursive-include docs texinfo *.texi *.infok
|
recursive-include doc *.texi
|
||||||
|
recursive-include doc *.info
|
||||||
recursive-include examples *.py *.pyx
|
recursive-include examples *.py *.pyx
|
||||||
include README README.org
|
include README README.org
|
||||||
include gpgme.i
|
include gpgme.i
|
||||||
|
@ -22,12 +22,9 @@ EXTRA_DIST = \
|
|||||||
gpgme.i \
|
gpgme.i \
|
||||||
helpers.c helpers.h private.h \
|
helpers.c helpers.h private.h \
|
||||||
examples \
|
examples \
|
||||||
docs \
|
doc \
|
||||||
src
|
src
|
||||||
|
|
||||||
dist-hook:
|
|
||||||
cp -pr "$(srcdir)/docs" "$(DESTDIR)/docs"
|
|
||||||
|
|
||||||
SUBDIRS = . tests
|
SUBDIRS = . tests
|
||||||
|
|
||||||
.PHONY: prepare
|
.PHONY: prepare
|
||||||
|
Loading…
Reference in New Issue
Block a user