/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.25/ |
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; }; 100 host_modules= { module= texinfo; no_install= true; }; 288 dependencies = { module=all-build-bison; on=all-build-texinfo; }; 289 dependencies = { module=all-build-flex; on=all-build-texinfo; }; 292 dependencies = { module=all-build-libiberty; on=all-build-texinfo; }; 293 dependencies = { module=all-build-m4; on=all-build-texinfo; }; 310 dependencies = { module=all-gcc; on=all-build-texinfo; }; 480 dependencies = { module=all-fastjar; on=all-build-texinfo; }; 485 dependencies = { module=all-bison; on=all-build-texinfo; }; 489 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.25/gas/doc/ |
Makefile.am | 25 # Options to extract the man page from as.texinfo 35 info_TEXINFOS = as.texinfo 120 # Build the man page from the texinfo file 123 as.1: $(srcdir)/as.texinfo asconfig.texi $(CPU_DOCS) 125 -$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
|
/toolchain/binutils/binutils-2.25/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 \
|
/external/bison/build-aux/ |
gendocs.sh | 24 # Send bug reports and any other correspondence to bug-texinfo@gnu.org. 27 # available from Texinfo CVS: 28 # http://savannah.gnu.org/cgi-bin/viewcvs/texinfo/texinfo/util/gendocs.sh 29 # http://savannah.gnu.org/cgi-bin/viewcvs/texinfo/texinfo/util/gendocs_template 42 scripturl="http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs.sh" 43 templateurl="http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs_template [all...] |
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 27 % restriction. (This has been our intent since Texinfo was invented.) 29 % Please try the latest version of texinfo.tex before submitting bug 31 % http://ftp.gnu.org/gnu/texinfo/ (the Texinfo release area), or 32 % http://ftpmirror.gnu.org/texinfo/ (same, via a mirror), o [all...] |
/external/bison/doc/ |
bison.x | 42 .B bison.texinfo
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
Makefile.am | 69 TEXIDIR = $(srcdir)/../../texinfo/fsf 71 info_TEXINFOS = bfd.texinfo 116 # bfd.texinfo on an 8.3 filesystem.
|
/external/netperf/doc/ |
texinfo.tex | 1 % texinfo.tex -- TeX macros to handle Texinfo files. 11 % This texinfo.tex file is free software; you can redistribute it and/or 16 % This texinfo.tex file is distributed in the hope that it will be 22 % along with this texinfo.tex file; see the file COPYING. If not, write 30 % Please try the latest version of texinfo.tex before submitting bug 32 % ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex 34 % ftp://tug.org/tex/texinfo.tex 36 % and /home/gd/gnu/doc/texinfo.tex on the GNU machines [all...] |
/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...] |