f3fc737382
* 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>
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
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
|
|
include helpers.c helpers.h private.h
|
|
include version.py
|
|
recursive-include gpg *.py
|