aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1991-08-23 22:35:42 +0000
committerRoland Pesch <pesch@cygnus>1991-08-23 22:35:42 +0000
commit8b5d2c4e969b844bb5a53352f46477adb823ecb6 (patch)
treebb1c299b1fd508e8c70d8fd2ef60bd904ec42507
parent474d52a56ef66cf41aacfa358582b738918fbcc2 (diff)
downloadfsf-binutils-gdb-8b5d2c4e969b844bb5a53352f46477adb823ecb6.zip
fsf-binutils-gdb-8b5d2c4e969b844bb5a53352f46477adb823ecb6.tar.gz
fsf-binutils-gdb-8b5d2c4e969b844bb5a53352f46477adb823ecb6.tar.bz2
* rdl-apps.texi: renamed from rdl-apps.texinfo
* Makefile, .Sanitize, gdb.texinfo: reflect above name change
-rw-r--r--gdb/doc/.Sanitize11
-rwxr-xr-xgdb/doc/Makefile12
2 files changed, 14 insertions, 9 deletions
diff --git a/gdb/doc/.Sanitize b/gdb/doc/.Sanitize
index 5ea91b5..de85865 100644
--- a/gdb/doc/.Sanitize
+++ b/gdb/doc/.Sanitize
@@ -43,7 +43,7 @@ pretex.m4
rc-cm.tex
rc-ps.tex
rc-pslong.tex
-rdl-apps.texinfo
+rdl-apps.texi
refcard.tex
sparc.m4
threecol.tex
@@ -56,8 +56,13 @@ echo Done in `pwd`.
#
#
# $Log$
-# Revision 2.5 1991/08/22 07:59:45 gnu
-# Keep rdl-apps.texinfo for users who don't read the doc on how to build the doc.
+# Revision 2.6 1991/08/23 22:35:41 pesch
+# * rdl-apps.texi: renamed from rdl-apps.texinfo
+#
+# * Makefile, .Sanitize, gdb.texinfo: reflect above name change
+#
+# Revision 2.5 1991/08/22 07:59:45 gnu
+# Keep rdl-apps.texi for users who don't read the doc on how to build the doc.
#
# Revision 2.4 1991/08/07 00:15:02 pesch
# Makefile: GDB documentation nos has its own Makefile
diff --git a/gdb/doc/Makefile b/gdb/doc/Makefile
index b142e3d..d0caa15 100755
--- a/gdb/doc/Makefile
+++ b/gdb/doc/Makefile
@@ -41,7 +41,7 @@ SFILES_DOCDIR = \
all: gdb.info gdb.dvi refcard.dvi gdb-internals gdbint.dvi
clean:
- rm -f gdb.dvi rdl-apps.texinfo gdb-all* gdb.info*
+ rm -f gdb.dvi rdl-apps.texi gdb-all* gdb.info*
rm -f gdb-internals gdbint.?? gdbint.???
rm -f refcard.ps refcard.dvi rcfonts.tex refcard.log *~
@@ -57,11 +57,11 @@ refcard.ps : refcard.tex
dvips -t landscape refcard -o; rm -f refcard.dvi refcard.log
# Cover file for "Readline" appendices
-rdl-apps.texinfo: ${READLINE_DIR}/inc-readline.texinfo \
+rdl-apps.texi: ${READLINE_DIR}/inc-readline.texinfo \
${READLINE_DIR}/inc-history.texinfo
- rm -f rdl-apps.texinfo
- echo "@include ${READLINE_DIR}/inc-readline.texinfo" >rdl-apps.texinfo
- echo "@include ${READLINE_DIR}/inc-history.texinfo" >>rdl-apps.texinfo
+ rm -f rdl-apps.texi
+ echo "@include ${READLINE_DIR}/inc-readline.texinfo" >rdl-apps.texi
+ echo "@include ${READLINE_DIR}/inc-history.texinfo" >>rdl-apps.texi
# GDB MANUAL: texinfo source, created by preprocessing w/m4
# Be sure to not create a bad gdb-all.texinfo if ${M4} is missing or aborts...
@@ -72,7 +72,7 @@ gdb-all.texinfo: ${SFILES_DOCDIR}
mv foobus.texinfo gdb-all.texinfo
# GDB MANUAL: TeX dvi file
-gdb.dvi : gdb-all.texinfo rdl-apps.texinfo
+gdb.dvi : gdb-all.texinfo rdl-apps.texi
TEXINPUTS=${TEXIDIR}:$$TEXINPUTS tex gdb-all.texinfo
texindex gdb-all.??
TEXINPUTS=${TEXIDIR}:$$TEXINPUTS tex gdb-all.texinfo