aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/Makefile.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1991-11-22 00:24:23 +0000
committerStu Grossman <grossman@cygnus>1991-11-22 00:24:23 +0000
commite9d98c95a54b08ce1bf6ce1241e95241b9f7954e (patch)
tree52573129e128a4ca0204891d43679c819e3236f9 /gdb/doc/Makefile.in
parentaaee12654943f0c5f64cea5bae40cae91df11be4 (diff)
downloadgdb-e9d98c95a54b08ce1bf6ce1241e95241b9f7954e.zip
gdb-e9d98c95a54b08ce1bf6ce1241e95241b9f7954e.tar.gz
gdb-e9d98c95a54b08ce1bf6ce1241e95241b9f7954e.tar.bz2
Refer to new locations for readline doc.
Diffstat (limited to 'gdb/doc/Makefile.in')
-rw-r--r--gdb/doc/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index 6056a46..f993033 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -117,11 +117,11 @@ refcard.ps : refcard.tex
rm -f rcfonts.tex
# Cover file for "Readline" appendices
-rdl-apps.texi: ${READLINE_DIR}/inc-read.texi \
- ${READLINE_DIR}/inc-hist.texi
+rdl-apps.texi: ${READLINE_DIR}/doc/rluser.texinfo \
+ ${READLINE_DIR}/doc/hsuser.texinfo
rm -f rdl-apps.texi
- echo "@include ${READLINE_DIR}/inc-read.texi" >rdl-apps.texi
- echo "@include ${READLINE_DIR}/inc-hist.texi" >>rdl-apps.texi
+ echo "@include ${READLINE_DIR}/doc/rluser.texinfo" >rdl-apps.texi
+ echo "@include ${READLINE_DIR}/doc/hsuser.texinfo" >>rdl-apps.texi
# File to record current GDB version number (copied from main dir Makefile.in)
gdbVN.m4 : ${gdbdir}/Makefile.in