Searched refs:texinfo (Results 1 – 25 of 98) sorted by relevance
1234
23 .PHONY: help build html htmlhelp latex text texinfo changes linkcheck \93 texinfo: BUILDER = texinfo target94 texinfo: build target201 rm -rf build/texinfo202 make texinfo203 make info --directory=build/texinfo204 cp -pPR build/texinfo dist/python-$(DISTVERSION)-docs-texinfo205 tar -C dist -cf dist/python-$(DISTVERSION)-docs-texinfo.tar python-$(DISTVERSION)-docs-texinfo206 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-texinfo.tar207 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-texinfo.zip python-$(DISTVERSION)-docs-texinfo)[all …]
52 if test ! -f build-aux/texinfo.tex; then53 …{ wget -q --timeout=5 -O build-aux/texinfo.tex.tmp 'https://git.savannah.gnu.org/gitweb/?p=texinfo…54 && mv build-aux/texinfo.tex.tmp build-aux/texinfo.tex; \55 } || rm -f build-aux/texinfo.tex.tmp109 if test ! -f build-aux/texinfo.tex; then110 $GNULIB_TOOL --copy-file build-aux/texinfo.tex
132 texinfo:133 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo140 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo142 make -C $(BUILDDIR)/texinfo info
169 .PHONY: texinfo170 texinfo: target171 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo179 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo181 make -C $(BUILDDIR)/texinfo info
37 libext2fs.info: $(srcdir)/libext2fs.texinfo39 -$(Q) $(INFO) $(srcdir)/libext2fs.texinfo41 libext2fs.dvi: $(srcdir)/libext2fs.texinfo43 -$(Q) $(DVI) $(srcdir)/libext2fs.texinfo53 libext2fs.html: $(srcdir)/libext2fs.texinfo55 -$(Q) $(HTML) $(srcdir)/libext2fs.texinfo
70 com_err.dvi: com_err.texinfo72 com_err.info: $(srcdir)/com_err.texinfo74 -$(Q) $(INFO) $(srcdir)/com_err.texinfo76 com_err.dvi: $(srcdir)/com_err.texinfo78 -$(Q) $(DVI) $(srcdir)/com_err.texinfo88 com_err.html: $(srcdir)/com_err.texinfo90 -$(Q) $(HTML) $(srcdir)/com_err.texinfo
1 \input texinfo @c -*- texinfo -*-
48 cd doc && texi2html -split_chapter libext2fs.texinfo49 cd lib/et && texi2html -split_chapter -expandinfo com_err.texinfo122 install -p $(topdir)/doc/libext2fs.texinfo \124 install -p $(topdir)/lib/et/com_err.texinfo \
34 echo. texinfo to make Texinfo files185 if "%1" == "texinfo" (186 %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo189 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
25 Fixed some minor texinfo, man pages nits for spelling errors,26 texinfo warnings, etc. (Addresses Debian bug #110621.)