Lines Matching refs:texinfo

51 # where to find texinfo; GDB dist should include a recent one
52 TEXIDIR=${gdbdir}/../texinfo
54 # where to find makeinfo, preferably one designed for texinfo-2
142 $(srcdir)/gdb.texinfo \
155 $(srcdir)/stabs.texinfo \
166 $(srcdir)/annotate.texinfo \
170 # Options to extract the man page from gdb.texinfo
458 # GDB MANUAL: texinfo source, using @set/@clear/@value/@ifset/@ifclear
459 # If your texinfo or makeinfo don't support these, get a new texinfo release
481 $(srcdir)/gdb.texinfo
493 $(srcdir)/gdb.texinfo
498 -o gdb.info $(srcdir)/gdb.texinfo
507 # + @c's deleted explicitly because texi2roff sees texinfo commands in them
515 if [ ! -f gdb.texinfo ]; then \
524 sed -e '/\\input texinfo/d' \
532 $(srcdir)/gdb.texinfo | \
539 sed -e '/\\input texinfo/d' \
547 $(srcdir)/gdb.texinfo | \
556 sed -e '/\\input texinfo/d' \
565 $(srcdir)/gdb.texinfo | \
573 $(MAKEHTML) $(MAKEHTMLFLAGS) $(READLINE_TEXI_INCFLAG) -I ${GDBMI_DIR} -I $(srcdir) $(srcdir)/gdb.texinfo
576 $(MAKEINFO_CMD) -I $(srcdir) -o stabs.info $(srcdir)/stabs.texinfo
581 $(MAKEHTML) $(MAKEHTMLFLAGS) -I $(srcdir) $(srcdir)/stabs.texinfo
592 $(TEXI2DVI) -I $(srcdir) $(srcdir)/stabs.texinfo
599 $(TEXI2DVI) --pdf -I $(srcdir) $(srcdir)/stabs.texinfo
610 $(TEXI2DVI) -I $(srcdir) $(srcdir)/annotate.texinfo
617 $(TEXI2DVI) --pdf -I $(srcdir) $(srcdir)/annotate.texinfo
620 $(MAKEINFO_CMD) -I $(srcdir) -o annotate.info $(srcdir)/annotate.texinfo
623 $(MAKEHTML) $(MAKEHTMLFLAGS) -I $(srcdir) $(srcdir)/annotate.texinfo
628 -$(TEXI2POD) $(MANCONF) -Dgdb < $(srcdir)/gdb.texinfo > gdb.pod
635 -$(TEXI2POD) $(MANCONF) -Dgdbserver < $(srcdir)/gdb.texinfo > gdbserver.pod
642 -$(TEXI2POD) $(MANCONF) -Dgcore < $(srcdir)/gdb.texinfo > gcore.pod
649 -$(TEXI2POD) $(MANCONF) -Dgdb-add-index < $(srcdir)/gdb.texinfo > gdb-add-index.pod
656 -$(TEXI2POD) $(MANCONF) -Dgdbinit < $(srcdir)/gdb.texinfo > gdbinit.pod