diff options
author | Roland Pesch <pesch@cygnus> | 1991-11-15 00:58:33 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-11-15 00:58:33 +0000 |
commit | 92b73793963c2b918a12cbef1c87c0f79aec2498 (patch) | |
tree | 66acfdcd1fdc6b52b7369bd2856fc691a0c4e44f /gdb/doc/rdl-apps.texi | |
parent | 653d6c56a180771bd5024b45c3ad24d642ea0894 (diff) | |
download | gdb-92b73793963c2b918a12cbef1c87c0f79aec2498.zip gdb-92b73793963c2b918a12cbef1c87c0f79aec2498.tar.gz gdb-92b73793963c2b918a12cbef1c87c0f79aec2498.tar.bz2 |
Two kinds of changes:
(1) repair refs to readline includes to use new shorter filenames
(2) provision for texi2roff conversion of doc via Makefile
(new targets: gdb.mm, gdb.me, gdb.ms).
Diffstat (limited to 'gdb/doc/rdl-apps.texi')
-rwxr-xr-x | gdb/doc/rdl-apps.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/rdl-apps.texi b/gdb/doc/rdl-apps.texi index 85b120c..28fd2ba 100755 --- a/gdb/doc/rdl-apps.texi +++ b/gdb/doc/rdl-apps.texi @@ -1,2 +1,2 @@ -@include ../../readline/inc-readline.texinfo -@include ../../readline/inc-history.texinfo +@include ./../../readline/inc-read.texi +@include ./../../readline/inc-hist.texi |