| /src/external/gpl3/gcc/dist/libstdc++-v3/doc/ |
| Makefile.am | 31 # reference to the API. And the second is the manual, via docbook markup in 129 stamp-xml: stamp-xml-single-docbook stamp-xml-single-doxygen 141 stamp-html: stamp-html-docbook-data stamp-html-doxygen 153 stamp-pdf: stamp-pdf-docbook stamp-pdf-doxygen 176 stamp-texinfo: stamp-texinfo-docbook 179 stamp-info: stamp-info-docbook 197 stamp-epub: stamp-epub-docbook 297 # Docbook configuration. 302 # docbook-style-xsl 304 docbook_outdir = ${glibcxx_builddir}/doc/docbook [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/ |
| Makefile.am | 29 # reference to the API. And the second is the manual, via docbook markup in 127 stamp-xml: stamp-xml-single-docbook stamp-xml-single-doxygen 139 stamp-html: stamp-html-docbook-data stamp-html-doxygen 151 stamp-pdf: stamp-pdf-docbook stamp-pdf-doxygen 174 stamp-texinfo: stamp-texinfo-docbook 177 stamp-info: stamp-info-docbook 195 stamp-epub: stamp-epub-docbook 295 # Docbook configuration. 300 # docbook-style-xsl 302 docbook_outdir = ${glibcxx_builddir}/doc/docbook [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| cmds.c | 173 { "docbook", cm_docbook, NO_BRACE_ARGS }, 390 if (xml && !docbook) 413 else if (xml && !docbook) 415 else if (docbook) 430 if (xml && !docbook) 432 else if (docbook) 448 if (xml && !docbook) 450 else if (docbook) 470 else if (xml && !docbook) 472 else if (docbook) [all...] |
| insertion.c | 230 return "docbook"; 254 if (index == rawdocbook && STREQ (name, "docbook")) 530 if (docbook) 543 if (docbook) 831 else if (docbook) 854 if ((!xml || docbook) && strlen (current_float_id ()) > 0) 996 if (docbook && current_insertion_type () == floatenv) 1001 if (docbook && current_insertion_type () == floatenv) 1006 if (docbook && current_insertion_type () == floatenv) 1011 if (docbook && current_insertion_type () == floatenv [all...] |
| xref.c | 69 if (docbook) 98 if (docbook) 132 if (docbook) 436 if (xml && !docbook) 497 if (docbook) 577 if (xml && docbook)
|
| xml.c | 144 { "", 0, 1, 0 }, /* LINEANNOTATION (docbook) */ 146 { "", 1, 0, 0 }, /* TIP (docbook) */ 147 { "", 1, 0, 0 }, /* NOTE (docbook) */ 148 { "", 1, 0, 0 }, /* IMPORTANT (docbook) */ 149 { "", 1, 0, 0 }, /* WARNING (docbook) */ 150 { "", 1, 0, 0 }, /* CAUTION (docbook) */ 194 { "", 0, 0, 0 }, /* TABLE (docbook) */ 195 { "", 0, 0, 0 }, /* FIGURE (docbook) */ 196 { "", 0, 0, 0 }, /* EXAMPLE (docbook) */ 197 { "", 1, 0, 0 }, /* SIDEBAR (docbook) */ [all...] |
| makeinfo.c | 371 --docbook output Docbook XML rather than Info.\n\ 417 Options for XML and Docbook:\n\ 434 --ifdocbook process @ifdocbook and @docbook even if\n\ 435 not generating Docbook.\n\ 441 --no-ifdocbook do not process @ifdocbook and @docbook text.\n\ 464 makeinfo --docbook foo.texi write DocBook XML to @setfilename\n\ 486 { "docbook", 0, 0, 'd' }, 571 if (STREQ (getenv ("TEXINFO_OUTPUT_FORMAT"), "docbook")) [all...] |
| index.c | 468 if (xml && !docbook) 746 if (xml && !docbook) 758 if (docbook) 788 if (xml && docbook) 803 else if (!no_headers && !docbook) 902 else if (xml && docbook) 904 /* In the DocBook case, the expanded index entry is not 905 good for us, since it was expanded for non-DocBook mode 988 else if (xml && docbook)
|
| sectioning.c | 378 /* Docbook does not support @unnumbered at all. So we provide numbers 380 Docbook handle that as usual. */ 381 if (docbook && enum_marker != APPENDIX_MAGIC) 406 if (docbook)
|
| makeinfo.h | 133 /* Nonzero means that we're generating DocBook. (--docbook) */ 134 DECLARE (int, docbook, 0); 203 /* Nonzero means that we process @docbook and @ifdocbook. (--ifdocbook) */
|
| multi.c | 240 /* For html/xml/docbook, translate fractions into integer 370 /* else if (docbook)*/ /* 05-08 */ 541 /* else if (docbook)*/ /* 05-08 */ 606 /* else if (docbook)*/ /* 05-08 */ 620 if (!html && !docbook) 633 /* else if (docbook)*/ /* 05-08 */
|
| lang.c | 587 if (xml && !docbook) 635 expansion in html/xml/docbook would generally be the empty string.
|
| node.c | 668 if (!docbook) 1041 else if (docbook)
|
| /src/external/gpl2/texinfo/dist/util/ |
| gendocs.sh | 60 --docbook convert to DocBook too (xml, txt, html, pdf and ps). 111 --docbook) docbook=yes;; 216 if test -n "$docbook"; then 217 cmd="${MAKEINFO} -o - --docbook $srcfile > ${srcdir}/$PACKAGE-db.xml" 218 echo "Generating docbook XML... $(cmd)" 226 echo "Generating docbook HTML... ($cmd)" 240 echo "Generating docbook ASCII... ($cmd)" 246 echo "Generating docbook PS... $(cmd) [all...] |
| /src/external/gpl3/autoconf/dist/build-aux/ |
| gendocs.sh | 69 --docbook convert to DocBook too (xml, txt, html, pdf and ps). 108 looked for. With --docbook, the environment variables DOCBOOK2HTML, 139 --docbook) docbook=yes;; 299 if test -n "$docbook"; then 300 cmd="$SETLANG $MAKEINFO -o - --docbook \"$srcfile\" > ${srcdir}/$PACKAGE-db.xml" 301 echo "Generating docbook XML... ($cmd)" 310 echo "Generating docbook HTML... ($cmd)" 323 echo "Generating docbook ASCII... ($cmd) [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/extra/ |
| gendocs.sh | 107 --docbook convert through DocBook too (xml, txt, html, pdf). 148 looked for. With --docbook, the environment variables DOCBOOK2HTML, 165 --docbook) docbook=yes;; 433 # Do everything again through docbook. 434 if test -n "$docbook"; then 435 opt="-o - --docbook $commonarg" 437 printf "\nGenerating docbook XML... ($cmd)\n" 447 printf "\nGenerating docbook HTML... ($cmd)\n [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/extra/ |
| gendocs.sh | 107 --docbook convert through DocBook too (xml, txt, html, pdf). 148 looked for. With --docbook, the environment variables DOCBOOK2HTML, 165 --docbook) docbook=yes;; 433 # Do everything again through docbook. 434 if test -n "$docbook"; then 435 opt="-o - --docbook $commonarg" 437 printf "\nGenerating docbook XML... ($cmd)\n" 447 printf "\nGenerating docbook HTML... ($cmd)\n [all...] |
| /src/distrib/notes/common/ |
| extract-contrib-string.pl | 48 # -x xml/docbook output 106 " -x output xml/docbook\n" . 241 $msg =~ s/^\s+-\s+//g; # seen in docbook files
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| am_edit | 1641 if ($files =~ /(^| )index\.docbook($| )/) { 1654 $lines .= "index.cache.bz2: \$(srcdir)/index.docbook \$(KDE_XSL_STYLESHEET) $files\n"; 1655 $lines .= "\t\@if test -n \"\$(MEINPROC)\"; then echo \$(MEINPROC) --check --cache index.cache.bz2 \$(srcdir)/index.docbook; \$(MEINPROC) --check --cache index.cache.bz2 \$(srcdir)/index.docbook || true; fi\n";
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | [all...] |
| /src/external/gpl2/gmake/dist/config/ |
| texinfo.tex | 2940 \def\docbook{\doignore{docbook}}
|
| /src/external/gpl2/groff/dist/doc/ |
| texinfo.tex | 2846 \def\docbook{\doignore{docbook}}
|
| /src/external/gpl2/texinfo/dist/doc/ |
| texinfo.tex | 2846 \def\docbook{\doignore{docbook}}
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| configure | [all...] |
| /src/external/bsd/am-utils/dist/doc/ |
| texinfo.tex | 4057 \def\docbook{\doignore{docbook}}
|