* rdl-apps.texi: renamed from rdl-apps.texinfo

* Makefile, .Sanitize, gdb.texinfo: reflect above name change
This commit is contained in:
Roland Pesch 1991-08-23 22:35:42 +00:00
parent 474d52a56e
commit 8b5d2c4e96
2 changed files with 14 additions and 9 deletions

View File

@ -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

View File

@ -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