diff options
| author | NIIBE Yutaka <[email protected]> | 2019-07-12 05:44:38 +0000 |
|---|---|---|
| committer | NIIBE Yutaka <[email protected]> | 2019-07-12 05:53:55 +0000 |
| commit | 36428d8cf153a33faac6a951752cdc76e23f9737 (patch) | |
| tree | 0fda339e7f5eec6a445786d146ddccdfbc353ef6 /lang/python/doc/texinfo/index.texi | |
| parent | python: doc: Add suffix for org files. (diff) | |
| download | gpgme-36428d8cf153a33faac6a951752cdc76e23f9737.tar.gz gpgme-36428d8cf153a33faac6a951752cdc76e23f9737.zip | |
python: doc: Remove generated files, put rules in Makefile.
* lang/python/doc/Makefile.am (EXTRA_DIST): Remove files not
distributed like files under meta.
* Add rules to generate .rst and .texi files.
* lang/python/doc/rst: Remove .rst files to be generated.
* lang/python/doc/texinfo: Remove .texi files to be generated.
GnuPG-bug-id: 4275
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'lang/python/doc/texinfo/index.texi')
| -rw-r--r-- | lang/python/doc/texinfo/index.texi | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/lang/python/doc/texinfo/index.texi b/lang/python/doc/texinfo/index.texi deleted file mode 100644 index 95c27c22..00000000 --- a/lang/python/doc/texinfo/index.texi +++ /dev/null @@ -1,60 +0,0 @@ -\input texinfo @c -*- texinfo -*- -@c %**start of header -@setfilename index.info -@settitle GNU Privacy Guard (GnuPG) Made Easy Python Bindings -@documentencoding utf-8 -@documentlanguage en -@c %**end of header - -@finalout -@titlepage -@title GNU Privacy Guard (GnuPG) Made Easy Python Bindings -@author Ben McGinnes -@end titlepage - -@contents - -@ifnottex -@node Top -@top GNU Privacy Guard (GnuPG) Made Easy Python Bindings -@end ifnottex - -@menu -* GPGME Python Bindings:: - -@detailmenu ---- The Detailed Node Listing --- - -GPGME Python Bindings - -* Contents:: - -@end detailmenu -@end menu - -@node GPGME Python Bindings -@chapter GPGME Python Bindings - -@menu -* Contents:: -@end menu - -@node Contents -@section Contents - -@itemize -@item -@uref{short-history, A short history of the project} -@item -@uref{what-is-new, What's New} -@itemize -@item -@uref{maintenance-mode, Maintenance Mode} (from January, 2019) -@end itemize -@item -@uref{what-was-new, What Was New} -@item -@uref{gpgme-python-howto, GPGME Python Bindings HOWTO} -@end itemize - -@bye
\ No newline at end of file |
