HomeSort by relevance Sort by last modified time
    Searched refs:texinfo (Results 1 - 25 of 28) sorted by null

1 2

  /external/e2fsprogs/doc/
Makefile.in 36 libext2fs.info: $(srcdir)/libext2fs.texinfo
38 -$(Q) $(INFO) $(srcdir)/libext2fs.texinfo
40 libext2fs.dvi: $(srcdir)/libext2fs.texinfo
42 -$(Q) $(DVI) $(srcdir)/libext2fs.texinfo
52 libext2fs.html: $(srcdir)/libext2fs.texinfo
54 -$(Q) $(HTML) $(srcdir)/libext2fs.texinfo
texinfo.tex 1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
28 % a Texinfo source document, you may use the result without
29 % restriction. (This has been our intent since Texinfo was invented.)
31 % Please try the latest version of texinfo.tex before submitting bug
33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), o
    [all...]
  /external/fio/doc/
Makefile 36 @echo " texinfo to make Texinfo files"
37 @echo " info to make Texinfo files and run them through makeinfo"
163 .PHONY: texinfo
164 texinfo:
165 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
167 @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
173 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinf
    [all...]
make.bat 34 echo. texinfo to make Texinfo files
206 if "%1" == "texinfo" (
207 %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
210 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
  /external/bart/docs/api_reference/
Makefile 41 @echo " texinfo to make Texinfo files"
42 @echo " info to make Texinfo files and run them through makeinfo"
149 texinfo: reference
150 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
152 @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
157 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
    [all...]
  /external/devlib/doc/
Makefile 41 @echo " texinfo to make Texinfo files"
42 @echo " info to make Texinfo files and run them through makeinfo"
145 texinfo:
146 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
148 @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
153 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
    [all...]
make.bat 33 echo. texinfo to make Texinfo files
196 if "%1" == "texinfo" (
197 %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
200 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
  /external/trappy/doc/api_reference/
Makefile 41 @echo " texinfo to make Texinfo files"
42 @echo " info to make Texinfo files and run them through makeinfo"
149 texinfo: reference
150 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
152 @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
157 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
    [all...]
  /toolchain/binutils/binutils-2.27/
src-release.sh 80 # Take out texinfo from a few places.
81 sed -e '/^all\.normal: /s/\all-texinfo //' \
82 -e '/^ install-texinfo /d' \
128 # Take out texinfo from configurable dirs
130 sed -e '/^host_tools=/s/texinfo //' \
133 mkdir proto-toplev/texinfo
134 ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
135 if test -r texinfo/util/tex3patch ; the
    [all...]
Makefile.def 31 build_modules= { module= texinfo; };
110 host_modules= { module= texinfo; no_install= true; };
310 dependencies = { module=all-build-bison; on=all-build-texinfo; };
311 dependencies = { module=all-build-flex; on=all-build-texinfo; };
314 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
315 dependencies = { module=all-build-m4; on=all-build-texinfo; };
337 dependencies = { module=all-gcc; on=all-build-texinfo; };
520 dependencies = { module=all-fastjar; on=all-build-texinfo; };
525 dependencies = { module=all-bison; on=all-build-texinfo; };
529 dependencies = { module=all-flex; on=all-build-texinfo; };
    [all...]
  /external/e2fsprogs/lib/et/
Makefile.in 69 com_err.dvi: com_err.texinfo
71 com_err.info: $(srcdir)/com_err.texinfo
73 -$(Q) $(INFO) $(srcdir)/com_err.texinfo
75 com_err.dvi: $(srcdir)/com_err.texinfo
77 -$(Q) $(DVI) $(srcdir)/com_err.texinfo
87 com_err.html: $(srcdir)/com_err.texinfo
89 -$(Q) $(HTML) $(srcdir)/com_err.texinfo
texinfo.tex 1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
28 % a Texinfo source document, you may use the result without
29 % restriction. (This has been our intent since Texinfo was invented.)
31 % Please try the latest version of texinfo.tex before submitting bug
33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), o
    [all...]
  /toolchain/binutils/binutils-2.27/gas/doc/
Makefile.am 25 # Options to extract the man page from as.texinfo
35 info_TEXINFOS = as.texinfo
121 # Build the man page from the texinfo file
124 as.1: $(srcdir)/as.texinfo asconfig.texi $(CPU_DOCS)
126 -$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
  /toolchain/binutils/binutils-2.27/gprof/
Makefile.am 20 AUTOMAKE_OPTIONS = 1.11 foreign no-dist no-texinfo.tex
22 TEXINFO_TEX = ../texinfo/texinfo.tex
93 # Build the man page from the texinfo file
  /external/clang/docs/analyzer/
make.bat 33 echo. texinfo to make Texinfo files
148 if "%1" == "texinfo" (
149 %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
152 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
  /external/clang/docs/
make.bat 33 echo. texinfo to make Texinfo files
148 if "%1" == "texinfo" (
149 %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
152 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
  /external/llvm/docs/
make.bat 33 echo. texinfo to make Texinfo files
148 if "%1" == "texinfo" (
149 %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
152 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
  /external/e2fsprogs/debian/attic/libs/
rules 48 cd doc && texi2html -split_chapter libext2fs.texinfo
49 cd lib/et && texi2html -split_chapter -expandinfo com_err.texinfo
121 # texinfo docs
122 install -p $(topdir)/doc/libext2fs.texinfo \
124 install -p $(topdir)/lib/et/com_err.texinfo \
  /toolchain/binutils/binutils-2.27/bfd/doc/
Makefile.am 69 TEXIDIR = $(srcdir)/../../texinfo/fsf
71 info_TEXINFOS = bfd.texinfo
119 # bfd.texinfo on an 8.3 filesystem.
  /external/e2fsprogs/debian/
rules 555 # texinfo docs
557 $(INSTALL) -p -m 0644 ${topdir}/doc/libext2fs.texinfo \
559 $(INSTALL) -p -m 0644 ${topdir}/lib/et/com_err.texinfo \
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c     [all...]
  /external/libffi/
texinfo.tex 1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software: you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
26 % a Texinfo source document, you may use the result without
30 % Please try the latest version of texinfo.tex before submitting bug
32 % http://ftp.gnu.org/gnu/texinfo/ (the Texinfo release area), or
33 % http://ftpmirror.gnu.org/texinfo/ (same, via a mirror), or
34 % http://www.gnu.org/software/texinfo/ (the Texinfo home page
    [all...]
  /external/libmicrohttpd/doc/
texinfo.tex 1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software: you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
26 % a Texinfo source document, you may use the result without
30 % Please try the latest version of texinfo.tex before submitting bug
32 % http://ftp.gnu.org/gnu/texinfo/ (the Texinfo release area), or
33 % http://ftpmirror.gnu.org/texinfo/ (same, via a mirror), or
34 % http://www.gnu.org/software/texinfo/ (the Texinfo home page
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex 1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software: you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
26 % a Texinfo source document, you may use the result without
30 % Please try the latest version of texinfo.tex before submitting bug
32 % http://ftp.gnu.org/gnu/texinfo/ (the Texinfo release area), or
33 % http://ftpmirror.gnu.org/texinfo/ (same, via a mirror), or
34 % http://www.gnu.org/software/texinfo/ (the Texinfo home page
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
texinfo.tex 1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software: you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
26 % a Texinfo source document, you may use the result without
30 % Please try the latest version of texinfo.tex before submitting bug
32 % http://ftp.gnu.org/gnu/texinfo/ (the Texinfo release area), or
33 % http://ftpmirror.gnu.org/texinfo/ (same, via a mirror), or
34 % http://www.gnu.org/software/texinfo/ (the Texinfo home page
    [all...]

Completed in 481 milliseconds

1 2