OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texi2html
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
Makefile.am
156
TEXI2HTML
= @PERL@ $(srcdir)/
texi2html
163
# We want to use
texi2html
, not makeinfo --html.
165
$(
TEXI2HTML
) -expandinfo -number -monolithic `if test -f autosprintf.texi; then echo autosprintf.texi; else echo $(srcdir)/autosprintf.texi; fi`
176
EXTRA_DIST +=
texi2html
autosprintf_all.html
/src/external/bsd/am-utils/dist/doc/
Makefile.am
49
texi2html
-Verbose -expand info -number -out_file am-utils-all.html $<
50
texi2html
-frames -Verbose -expand info -number -split chapter $<
/src/external/gpl3/gcc/dist/maintainer-scripts/
update_web_docs_git
143
-o -path gcc/gcc/doc/install.
texi2html
\
277
$WORKDIR/gcc/gcc/doc/install.
texi2html
gcc_release
250
${SOURCE_DIRECTORY}/gcc/doc/install.
texi2html
/src/external/gpl3/gcc.old/dist/maintainer-scripts/
update_web_docs_git
129
-o -path gcc/gcc/doc/install.
texi2html
\
269
$WORKDIR/gcc/gcc/doc/install.
texi2html
update_web_docs_svn
128
-o -path gcc/gcc/doc/install.
texi2html
\
267
$WORKDIR/gcc/gcc/doc/install.
texi2html
gcc_release
250
${SOURCE_DIRECTORY}/gcc/doc/install.
texi2html
/src/external/gpl2/gettext/dist/gettext-tools/doc/
Makefile.am
51
texi2html
\
176
TEXI2HTML
= @PERL@ $(srcdir)/
texi2html
182
# We want to use
texi2html
, not makeinfo --html.
184
$(
TEXI2HTML
) $(TEXINCLUDES) -number -monolithic `if test -f gettext.texi; then echo gettext.texi; else echo $(srcdir)/gettext.texi; fi`
189
$(
TEXI2HTML
) $(TEXINCLUDES) -number -split_chapter `if test -f gettext.texi; then echo gettext.texi; else echo $(srcdir)/gettext.texi; fi` || exit 0 ;; \
191
$(
TEXI2HTML
) $(TEXINCLUDES) -number -split_chapter `if test -f gettext.texi; then echo gettext.texi; else echo $(srcdir)/gettext.texi; fi` ;; \
/src/external/gpl2/gettext/dist/
Makefile.am
95
cmp -s gettext-runtime/libasprintf/
texi2html
gettext-tools/doc/
texi2html
/src/external/gpl3/gdb/dist/readline/readline/doc/
texi2html
6
#
texi2html
: Program to transform Texinfo documents to HTML
31
# You can run 'perl
texi2html
.pl' directly, provided you have
33
# the
texi2html
.init file
38
# $Id:
texi2html
,v 1.2 2020/09/15 02:05:29 christos Exp $
42
http://www.mathematik.uni-kl.de/~obachman/
Texi2html
52
Send bugs and suggestions to <
texi2html
\@mathematik.uni-kl.de>
57
$THISPROG = "
texi2html
$THISVERSION"; # program name and version
60
# viewed using the command 'nroff -man
texi2html
'.
72
# Pasted content of File $(srcdir)/
texi2html
.init: Default initializations #
77
# This way, you can directly run
texi2html
.pl, if $ENV{T2H_HOME}/texi2html.ini
[
all
...]
/src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2html
6
#
texi2html
: Program to transform Texinfo documents to HTML
31
# You can run 'perl
texi2html
.pl' directly, provided you have
33
# the
texi2html
.init file
38
# $Id:
texi2html
,v 1.2 2024/08/12 20:31:56 christos Exp $
42
http://www.mathematik.uni-kl.de/~obachman/
Texi2html
52
Send bugs and suggestions to <
texi2html
\@mathematik.uni-kl.de>
57
$THISPROG = "
texi2html
$THISVERSION"; # program name and version
60
# viewed using the command 'nroff -man
texi2html
'.
72
# Pasted content of File $(srcdir)/
texi2html
.init: Default initializations #
77
# This way, you can directly run
texi2html
.pl, if $ENV{T2H_HOME}/texi2html.ini
[
all
...]
/src/external/gpl3/gdb/dist/readline/readline/
MANIFEST
115
doc/
texi2html
f
/src/external/gpl3/gdb.old/dist/readline/readline/
MANIFEST
111
doc/
texi2html
f
/src/external/gpl3/autoconf/dist/build-aux/
gendocs.sh
48
: ${
TEXI2HTML
="
texi2html
"}
70
--html ARG pass indicated ARG to makeinfo or
texi2html
for HTML targets.
71
--
texi2html
use
texi2html
to generate HTML targets.
105
You can set the environment variables MAKEINFO, TEXI2DVI,
TEXI2HTML
, and
141
--
texi2html
) use_texi2html=1;;
235
cmd="$SETLANG $
TEXI2HTML
--output $PACKAGE.html $opt \"$srcfile\""
276
cmd="$SETLANG $
TEXI2HTML
--output $PACKAGE.html $htmlarg \"$srcfile\""
/src/external/gpl3/gdb/dist/gnulib/import/extra/
gendocs.sh
51
: ${
TEXI2HTML
="
texi2html
"}
58
commonarg= # passed to all makeinfo/
texi2html
invcations.
95
--html ARG pass ARG to makeinfo or
texi2html
for HTML targets,
106
--
texi2html
use
texi2html
to make HTML target, with all split versions.
145
You can set the environment variables MAKEINFO, TEXI2DVI,
TEXI2HTML
,
176
--
texi2html
) use_texi2html=1;;
204
# The legacy
texi2html
doesn't support TOP_NODE_UP_URL
343
# Split HTML at level $1. Used for
texi2html
[
all
...]
/src/external/gpl3/gdb.old/dist/gnulib/import/extra/
gendocs.sh
51
: ${
TEXI2HTML
="
texi2html
"}
58
commonarg= # passed to all makeinfo/
texi2html
invcations.
95
--html ARG pass ARG to makeinfo or
texi2html
for HTML targets,
106
--
texi2html
use
texi2html
to make HTML target, with all split versions.
145
You can set the environment variables MAKEINFO, TEXI2DVI,
TEXI2HTML
,
176
--
texi2html
) use_texi2html=1;;
204
# The legacy
texi2html
doesn't support TOP_NODE_UP_URL
343
# Split HTML at level $1. Used for
texi2html
[
all
...]
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026