diff options
author | Roland Pesch <pesch@cygnus> | 1992-03-12 21:26:01 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-03-12 21:26:01 +0000 |
commit | 8a62f15528ab51a146b45c782038f6cb61810398 (patch) | |
tree | be1d43cb4327da2bd5f2830f834b938fba965bad /gdb/doc | |
parent | 6ca72cc661e29ce59892d606661c0551e4625788 (diff) | |
download | ppe42-binutils-8a62f15528ab51a146b45c782038f6cb61810398.tar.gz ppe42-binutils-8a62f15528ab51a146b45c782038f6cb61810398.zip |
Reinstate "gdb-all.texi" as target. (Thanks, Rich, for the reminder).
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/Makefile.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index 59f0a1204e..3ef9d7d14b 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -176,16 +176,16 @@ gdbVN.m4 : $(srcdir)/${gdbdir}/Makefile.in # VPATH will often tell make not to bother building it, because the one # in the srcdir is up to date. (if not, then make should build one here). -#gdb-all.texi: ${SFILES_DOCDIR} -# if [ ! -f ./gdbVN.m4 ]; then \ -# ln -s $(srcdir)/gdbVN.m4 . || \ -# ln $(srcdir)/gdbVN.m4 . || \ -# cp $(srcdir)/gdbVN.m4 . ; else true; fi -# rm -f foobus.texinfo -# ${M4} $(srcdir)/pretex.m4 $(srcdir)/none.m4 $(srcdir)/all.m4 \ -# gdbVN.m4 $(srcdir)/gdb.texinfo >foobus.texinfo -# rm -f gdb-all.texi -# mv foobus.texinfo ./gdb-all.texi +gdb-all.texi: ${SFILES_DOCDIR} + if [ ! -f ./gdbVN.m4 ]; then \ + ln -s $(srcdir)/gdbVN.m4 . || \ + ln $(srcdir)/gdbVN.m4 . || \ + cp $(srcdir)/gdbVN.m4 . ; else true; fi + rm -f foobus.texinfo + ${M4} $(srcdir)/pretex.m4 $(srcdir)/none.m4 $(srcdir)/all.m4 \ + gdbVN.m4 $(srcdir)/gdb.texinfo >foobus.texinfo + rm -f gdb-all.texi + mv foobus.texinfo ./gdb-all.texi # GDB MANUAL: TeX dvi file gdb.dvi : gdb-${CONFIG}.texi rluser.texinfo inc-hist.texi |