From fad60036f771b45e3e0bc3a2ed121e66210e7965 Mon Sep 17 00:00:00 2001 From: Roland Pesch Date: Fri, 23 Aug 1991 22:46:53 +0000 Subject: [PATCH] generate "gdb-all.texi" rather than "gdb-all.texinfo" --- gdb/doc/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gdb/doc/Makefile b/gdb/doc/Makefile index d0caa1535c5..2ba0391c51c 100755 --- a/gdb/doc/Makefile +++ b/gdb/doc/Makefile @@ -64,18 +64,18 @@ rdl-apps.texi: ${READLINE_DIR}/inc-readline.texinfo \ 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... -gdb-all.texinfo: ${SFILES_DOCDIR} +# Be sure to not create a bad gdb-all.texi if ${M4} is missing or aborts... +gdb-all.texi: ${SFILES_DOCDIR} rm -f foobus.texinfo ${M4} pretex.m4 none.m4 all.m4 gdb.texinfo >foobus.texinfo - rm -f gdb-all.texinfo - mv foobus.texinfo gdb-all.texinfo + rm -f gdb-all.texi + mv foobus.texinfo gdb-all.texi # GDB MANUAL: TeX dvi file -gdb.dvi : gdb-all.texinfo rdl-apps.texi - TEXINPUTS=${TEXIDIR}:$$TEXINPUTS tex gdb-all.texinfo +gdb.dvi : gdb-all.texi rdl-apps.texi + TEXINPUTS=${TEXIDIR}:$$TEXINPUTS tex gdb-all.texi texindex gdb-all.?? - TEXINPUTS=${TEXIDIR}:$$TEXINPUTS tex gdb-all.texinfo + TEXINPUTS=${TEXIDIR}:$$TEXINPUTS tex gdb-all.texi mv gdb-all.dvi gdb.dvi rm -f gdb-all.?? gdb-all.??? @@ -83,8 +83,8 @@ gdb.dvi : gdb-all.texinfo rdl-apps.texi # We're using texinfo2, and older makeinfo's may not be able to # cope with all the markup. In the meantime, we distribute the info # files -gdb.info: gdb-all.texinfo - ${MAKEINFO} gdb-all.texinfo +gdb.info: gdb-all.texi + ${MAKEINFO} gdb-all.texi # GDB INTERNALS MANUAL: TeX dvi file gdbint.dvi : gdbint.texinfo -- 2.30.2