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:
parent
d25f38ee87
commit
329baa9572
4 changed files with 4453 additions and 4432 deletions
|
@ -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>:
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
4434
gdb/doc/gdb.texinfo
4434
gdb/doc/gdb.texinfo
File diff suppressed because it is too large
Load diff
4444
gdb/doc/python.texi
Normal file
4444
gdb/doc/python.texi
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue