Split python docs into separate file.

* Makefile.in (GDB_DOC_FILES): Add python.texi.
	* gdb.texinfo (Python): Moved to ...
	* python.texi: ... here.  New file.
This commit is contained in:
Doug Evans 2014-02-17 10:35:03 -08:00
parent d25f38ee87
commit 329baa9572
4 changed files with 4453 additions and 4432 deletions

View File

@ -1,3 +1,9 @@
2014-02-17 Doug Evans <xdje42@gmail.com>
* Makefile.in (GDB_DOC_FILES): Add python.texi.
* gdb.texinfo (Python): Moved to ...
* python.texi: ... here. New file.
2014-02-17 Ludovic Courtès <ludo@gnu.org>
* guile.texi (Writing a Guile Pretty-Printer) <example>:

View File

@ -131,6 +131,7 @@ GDB_DOC_BUILD_INCLUDES = \
GDB_DOC_FILES = \
$(srcdir)/gdb.texinfo \
$(srcdir)/guile.texi \
$(srcdir)/python.texi \
$(GDB_DOC_SOURCE_INCLUDES) \
$(GDB_DOC_BUILD_INCLUDES)

File diff suppressed because it is too large Load Diff

4444
gdb/doc/python.texi Normal file

File diff suppressed because it is too large Load Diff