Lines Matching refs:texinfo

18 # Makefile.am for texinfo/doc.
54 texinfo.tex
79 INFO_DEPS = texinfo info-stnd.info info.info
81 DVIS = texinfo.dvi info-stnd.dvi info.dvi
82 PDFS = texinfo.pdf info-stnd.pdf info.pdf
83 PSS = texinfo.ps info-stnd.ps info.ps
84 HTMLS = texinfo.html info-stnd.html info.html
85 TEXINFOS = texinfo.txi info-stnd.texi info.texi
220 # Put texinfo.txi first because that's the most important.
221 info_TEXINFOS = texinfo.txi info-stnd.texi info.texi
222 DISTCLEANFILES = texinfo texinfo-* info*.info*
224 info.5 texinfo.5
231 # Include our texinfo.tex, not Automake's.
232 EXTRA_DIST = epsf.tex pdfcolor.tex texinfo.tex \
236 texmf_texinfo = $(TEXMF)/tex/texinfo
276 texinfo: texinfo.txi $(srcdir)/version.texi
283 -o $@ `test -f 'texinfo.txi' || echo '$(srcdir)/'`texinfo.txi; \
292 texinfo.dvi: texinfo.txi $(srcdir)/version.texi
295 $(TEXI2DVI) -o $@ `test -f 'texinfo.txi' || echo '$(srcdir)/'`texinfo.txi
297 texinfo.pdf: texinfo.txi $(srcdir)/version.texi
300 $(TEXI2PDF) -o $@ `test -f 'texinfo.txi' || echo '$(srcdir)/'`texinfo.txi
302 texinfo.html: texinfo.txi $(srcdir)/version.texi
305 -o $(@:.html=.htp) `test -f 'texinfo.txi' || echo '$(srcdir)/'`texinfo.txi; \
316 $(srcdir)/stamp-vti: texinfo.txi $(top_srcdir)/configure
317 @(dir=.; test -f ./texinfo.txi || dir=$(srcdir); \
318 set `$(SHELL) $(srcdir)/mdate-sh $$dir/texinfo.txi`; \
459 -rm -rf texinfo.aux texinfo.cp texinfo.cps texinfo.fn texinfo.fns texinfo.ky \
460 texinfo.kys texinfo.log texinfo.op texinfo.pg texinfo.tmp \
461 texinfo.toc texinfo.tp texinfo.tps texinfo.vr texinfo.dvi \
462 texinfo.pdf texinfo.ps texinfo.html info-stnd.aux \
737 @INSTALL_WARNINGS_TRUE@ @echo " texinfo.tex and txi-??.tex manually,"
738 @INSTALL_WARNINGS_TRUE@ @echo " perhaps in TEXMF/tex/texinfo/,"
750 $(INSTALL_DATA) $(srcdir)/texinfo.tex $(DESTDIR)$(texmf_texinfo)/texinfo.tex