Home
last modified time | relevance | path

Searched refs:texinfo (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/python/Doc/
DMakefile23 .PHONY: help build html htmlhelp latex text texinfo changes linkcheck \
93 texinfo: BUILDER = texinfo target
94 texinfo: build target
201 rm -rf build/texinfo
202 make texinfo
203 make info --directory=build/texinfo
204 cp -pPR build/texinfo dist/python-$(DISTVERSION)-docs-texinfo
205 tar -C dist -cf dist/python-$(DISTVERSION)-docs-texinfo.tar python-$(DISTVERSION)-docs-texinfo
206 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-texinfo.tar
207 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-texinfo.zip python-$(DISTVERSION)-docs-texinfo)
[all …]
/third_party/gettext/libtextstyle/
Dautogen.sh52 if test ! -f build-aux/texinfo.tex; then
53 …{ 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.tmp
109 if test ! -f build-aux/texinfo.tex; then
110 $GNULIB_TOOL --copy-file build-aux/texinfo.tex
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DMakefile.sphinx132 texinfo:
133 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
140 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
142 make -C $(BUILDDIR)/texinfo info
/third_party/boost/libs/hof/doc/
DMakefile169 .PHONY: texinfo
170 texinfo: target
171 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
179 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
181 make -C $(BUILDDIR)/texinfo info
/third_party/e2fsprogs/doc/
DMakefile.in37 libext2fs.info: $(srcdir)/libext2fs.texinfo
39 -$(Q) $(INFO) $(srcdir)/libext2fs.texinfo
41 libext2fs.dvi: $(srcdir)/libext2fs.texinfo
43 -$(Q) $(DVI) $(srcdir)/libext2fs.texinfo
53 libext2fs.html: $(srcdir)/libext2fs.texinfo
55 -$(Q) $(HTML) $(srcdir)/libext2fs.texinfo
/third_party/e2fsprogs/lib/et/
DMakefile.in70 com_err.dvi: com_err.texinfo
72 com_err.info: $(srcdir)/com_err.texinfo
74 -$(Q) $(INFO) $(srcdir)/com_err.texinfo
76 com_err.dvi: $(srcdir)/com_err.texinfo
78 -$(Q) $(DVI) $(srcdir)/com_err.texinfo
88 com_err.html: $(srcdir)/com_err.texinfo
90 -$(Q) $(HTML) $(srcdir)/com_err.texinfo
/third_party/ffmpeg/doc/
Dgeneral.texi1 \input texinfo @c -*- texinfo -*-
Dffmpeg-filters.texi1 \input texinfo @c -*- texinfo -*-
Dffmpeg-formats.texi1 \input texinfo @c -*- texinfo -*-
Dffmpeg-codecs.texi1 \input texinfo @c -*- texinfo -*-
Dffmpeg-protocols.texi1 \input texinfo @c -*- texinfo -*-
Dffmpeg-devices.texi1 \input texinfo @c -*- texinfo -*-
Dffmpeg-utils.texi1 \input texinfo @c -*- texinfo -*-
Dffmpeg-bitstream-filters.texi1 \input texinfo @c -*- texinfo -*-
Dffmpeg-resampler.texi1 \input texinfo @c -*- texinfo -*-
Dffmpeg-scaler.texi1 \input texinfo @c -*- texinfo -*-
Dlibavfilter.texi1 \input texinfo @c -*- texinfo -*-
Dlibavdevice.texi1 \input texinfo @c -*- texinfo -*-
Dlibavformat.texi1 \input texinfo @c -*- texinfo -*-
Dlibavcodec.texi1 \input texinfo @c -*- texinfo -*-
Dlibavutil.texi1 \input texinfo @c -*- texinfo -*-
Dlibswscale.texi1 \input texinfo @c -*- texinfo -*-
/third_party/e2fsprogs/debian/attic/libs/
Drules48 cd doc && texi2html -split_chapter libext2fs.texinfo
49 cd lib/et && texi2html -split_chapter -expandinfo com_err.texinfo
122 install -p $(topdir)/doc/libext2fs.texinfo \
124 install -p $(topdir)/lib/et/com_err.texinfo \
/third_party/libuv/docs/
Dmake.bat34 echo. texinfo to make Texinfo files
185 if "%1" == "texinfo" (
186 %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
189 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
/third_party/e2fsprogs/doc/RelNotes/
Dv1.24.txt25 Fixed some minor texinfo, man pages nits for spelling errors,
26 texinfo warnings, etc. (Addresses Debian bug #110621.)

1234