aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/doc/texinfo/gpgme-python-howto.texi
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2019-01-27 03:57:53 +0000
committerBen McGinnes <[email protected]>2019-01-27 03:57:53 +0000
commit1e265723653042bc1010b457537b69a2011b43b7 (patch)
tree26a6b8e266db592d627e52d50ecee37575579303 /lang/python/doc/texinfo/gpgme-python-howto.texi
parentjson: Better use gpgme_free (diff)
downloadgpgme-1e265723653042bc1010b457537b69a2011b43b7.tar.gz
gpgme-1e265723653042bc1010b457537b69a2011b43b7.zip
python: post installer docs fix script
* Moved post_installer.py into the examples/howto/ directory. * Added instructions for its use to the Python Bindings HOWTO. * Ran it as intended from the lang/python/ directory in order to both prove it works and quickly and easily get the updated howto replicated. Also to fix all those .texi files. Tested-by: Ben McGinnes <[email protected]> Signed-off-by: Ben McGinnes <[email protected]>
Diffstat (limited to 'lang/python/doc/texinfo/gpgme-python-howto.texi')
-rw-r--r--lang/python/doc/texinfo/gpgme-python-howto.texi17
1 files changed, 16 insertions, 1 deletions
diff --git a/lang/python/doc/texinfo/gpgme-python-howto.texi b/lang/python/doc/texinfo/gpgme-python-howto.texi
index fac0056f..9f53aa5a 100644
--- a/lang/python/doc/texinfo/gpgme-python-howto.texi
+++ b/lang/python/doc/texinfo/gpgme-python-howto.texi
@@ -81,6 +81,7 @@ Known Issues
* Won't Work With Windows::
* CFFI is the Bestâ„¢ and GPGME should use it instead of SWIG::
* Virtualised Environments::
+* Post installation::
Fundamentals
@@ -511,6 +512,7 @@ they be encountered.
* Won't Work With Windows::
* CFFI is the Bestâ„¢ and GPGME should use it instead of SWIG::
* Virtualised Environments::
+* Post installation::
@end menu
@node Breaking Builds
@@ -883,6 +885,19 @@ on the system and version of Python in use. Another option is to run
the command @samp{python3 -m virtualenv /path/to/install/virtual/thingy}
instead.
+@node Post installation
+@subsection Post installation
+
+Following installation it is recommended to move the
+@samp{post_installer.py} script from the @samp{lang/python/examples/howto/}
+directory to the @samp{lang/python/} directory and run it. This will fix
+or restore files needed by Sphinx which may be removed during a
+distribution build for release. It will also generate reST files from
+Org mode files with Pandoc and generate Texinfo files from Org mode
+files with GNU Emacs and Org mode (in batch mode). Additionally it
+will fix the UTF-8 declaration line in the Texinfo files (Emacs
+expects "UTF-8" to be "utf-8").
+
@node Fundamentals
@chapter Fundamentals
@@ -3465,4 +3480,4 @@ WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
-@bye
+@bye \ No newline at end of file