diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-07-25 14:58:38 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-07-25 14:58:38 +0000 |
commit | 966beb0fe763fb4d82fad3e07d6d32a449df1025 (patch) | |
tree | 0f433c54730233a0251233772ea07c7523551c3f /gdb | |
parent | e23194cb3cf1961121ff07878f0e1100188f036b (diff) | |
download | gdb-966beb0fe763fb4d82fad3e07d6d32a449df1025.zip gdb-966beb0fe763fb4d82fad3e07d6d32a449df1025.tar.gz gdb-966beb0fe763fb4d82fad3e07d6d32a449df1025.tar.bz2 |
Mention how to make the PDF version of the manual.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/README | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 10442bf..93f395b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il> + * README: Mention how to make gdb.pdf. + * NEWS: Update. 2001-07-24 Stephen P. Smith <ischis2@home.com> @@ -128,7 +128,14 @@ format. On its own, TeX cannot read, much less typeset a Texinfo file. and print this manual. First switch to the the `gdb' subdirectory of the main source directory (for example, to `gdb-5.0/gdb') and then type: - make gdb.dvi + make doc/gdb.dvi + + If you prefer to have the manual in PDF format, type this from the +`gdb/doc' subdirectory of the main source directory: + + make gdb.pdf + +For this to work, you will need the PDFTeX package to be installed. Installing GDB |