summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-10-03 17:42:12 +0200
committerBen McGinnes <[email protected]>2018-10-03 17:42:12 +0200
commitb2802053192ba0000866b145b715a557d34ed0eb (patch)
tree957bc534b11bd9eecdf0d719d4c6c94dc2c26254 /doc/Makefile.am
parentpython bindings: CPython order (diff)
downloadgpgme-b2802053192ba0000866b145b715a557d34ed0eb.tar.gz
gpgme-b2802053192ba0000866b145b715a557d34ed0eb.zip
docs: pre-python preparation
* doc/Makefile.am: removed the python howto from this file, restoring it to just the main project and the newer .js files. * deleted: doc/gpgme-python-howto.texi * renamed the Short_History.org file to short-history.org to keep the naming conventions similar. * All the Python files can (and should) live together.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a944be62..5f161a96 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -30,7 +30,7 @@ BUILT_SOURCES = defsincdate defs.inc
info_TEXINFOS = gpgme.texi
-gpgme_TEXINFOS = uiserver.texi gpgme-python-howto.texi lesser.texi gpl.texi
+gpgme_TEXINFOS = uiserver.texi lesser.texi gpl.texi
gpgme.texi : defs.inc
@@ -60,7 +60,3 @@ online: gpgme.html gpgme.pdf gpgme-python-howto.html gpgme-python-howto.pdf
(cd gpgme.html && rsync -vr --exclude='.svn' . \
$${user}@ftp.gnupg.org:webspace/manuals/gpgme/ ); \
rsync -v gpgme.pdf $${user}@ftp.gnupg.org:webspace/manuals/
- (cd gpgme-python-howto.html && rsync -vr --exclude='.svn' . \
- $${user}@ftp.gnupg.org:webspace/manuals/gpgme/ ); \
- rsync -v gpgme-python-howto.pdf $${user}@ftp.gnupg.org:webspace/manuals/
-