OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAKEINFO
(Results
1 - 25
of
168
) sorted by relevancy
1
2
3
4
5
6
7
/src/tools/gettext/
Makefile
10
MAKE_ARGS=
MAKEINFO
=${TOOL_MAKEINFO:Q}
/src/external/gpl2/gettext/dist/gettext-runtime/
Makefile.am
23
MAKEINFO
= env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @
MAKEINFO
@
47
&& $(
MAKEINFO
) --output=$(srcdir)/ABOUT-NLS --no-header \
/src/external/gpl3/gcc/dist/gcc/doc/
install.texi2html
32
MAKEINFO
=${
MAKEINFO
-
makeinfo
}
55
$
MAKEINFO
--no-number-sections -I $SOURCEDIR -I $SOURCEDIR/include -I $DESTDIR $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/temp.html
/src/external/gpl3/gcc.old/dist/gcc/doc/
install.texi2html
32
MAKEINFO
=${
MAKEINFO
-
makeinfo
}
55
$
MAKEINFO
--no-number-sections -I $SOURCEDIR -I $SOURCEDIR/include -I $DESTDIR $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/temp.html
56
# Use sed to work around
makeinfo
4.7 brokenness.
/src/tools/gmake/
Makefile
14
MAKE_ARGS=
MAKEINFO
=${TOOL_MAKEINFO:Q}
/src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
Makefile
5
MAKEINFO
=
makeinfo
--no-split
6
MAKEINFO_html =
makeinfo
--no-split --html
7
MAKEINFO_plaintext =
makeinfo
--no-split --plaintext
39
$(
MAKEINFO
) -o '$@' '$<'
/src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
Makefile
5
MAKEINFO
=
makeinfo
--no-split
6
MAKEINFO_html =
makeinfo
--no-split --html
7
MAKEINFO_plaintext =
makeinfo
--no-split --plaintext
39
$(
MAKEINFO
) -o '$@' '$<'
/src/crypto/external/bsd/heimdal/dist/doc/
NTMakefile
66
MAKEINFO
= $(PERL) C:\msys64\usr\bin\
makeinfo
73
# when generating HTML output using
makeinfo
. Same goes for
78
$(
MAKEINFO
) $(MAKEINFOFLAGS) --html heimdal.texi
99
$(
MAKEINFO
) $(MAKEINFOFLAGS) --html hx509.texi
/src/external/gpl2/texinfo/dist/util/
gendocs.sh
32
: ${
MAKEINFO
="
makeinfo
"}
61
--html ARG pass indicated ARG to
makeinfo
for HTML targets.
88
You can set the environment variables
MAKEINFO
, TEXI2DVI, and DVIPS to
149
cmd="${
MAKEINFO
} -o $PACKAGE.info $srcfile"
180
cmd="${
MAKEINFO
} -o $PACKAGE.txt --no-split --no-headers $srcfile"
188
cmd="${
MAKEINFO
} --no-split --html -o $PACKAGE.html $html $srcfile"
197
cmd="${
MAKEINFO
} --html -o $PACKAGE.html $html $srcfile"
217
cmd="${
MAKEINFO
} -o - --docbook $srcfile > ${srcdir}/$PACKAGE-db.xml"
/src/external/gpl3/autoconf/dist/build-aux/
gendocs.sh
40
: ${
MAKEINFO
="
makeinfo
"}
70
--html ARG pass indicated ARG to
makeinfo
or texi2html for HTML targets.
105
You can set the environment variables
MAKEINFO
, TEXI2DVI, TEXI2HTML, and
111
By default,
makeinfo
and texi2dvi are run in the default (English)
193
cmd="$SETLANG $
MAKEINFO
-o $PACKAGE.info \"$srcfile\""
224
cmd="$SETLANG $
MAKEINFO
-o $PACKAGE.txt --no-split --no-headers \"$srcfile\""
253
cmd="$SETLANG $
MAKEINFO
$opt \"$srcfile\""
262
cmd="$SETLANG $
MAKEINFO
--html -o $PACKAGE.html $htmlarg \"$srcfile\""
300
cmd="$SETLANG $
MAKEINFO
-o - --docbook \"$srcfile\" > ${srcdir}/$PACKAGE-db.xml
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
silent-rules.mk
32
@echo "
MAKEINFO
$@";
/src/external/gpl3/gdb.old/dist/gdb/
silent-rules.mk
32
@echo "
MAKEINFO
$@";
/src/external/gpl2/xcvs/dist/doc/
Makefile.am
139
$(
MAKEINFO
) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
142
$(
MAKEINFO
) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
145
$(
MAKEINFO
) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
/src/external/gpl3/gdb/dist/gnulib/import/extra/
gendocs.sh
33
#
makeinfo
. But it should be simple enough to adjust.
44
: ${
MAKEINFO
="
makeinfo
"}
58
commonarg= # passed to all
makeinfo
/texi2html invcations.
95
--html ARG pass ARG to
makeinfo
or texi2html for HTML targets,
97
--info ARG pass ARG to
makeinfo
for Info, instead of --no-split.
145
You can set the environment variables
MAKEINFO
, TEXI2DVI, TEXI2HTML,
151
By default,
makeinfo
and texi2dvi are run in the default (English)
197
#
makeinfo
uses the dirargs, but texi2dvi doesn't.
243
#
makeinfo
supports with -I, but hopefully it will suffice
[
all
...]
/src/external/gpl3/gdb.old/dist/gnulib/import/extra/
gendocs.sh
33
#
makeinfo
. But it should be simple enough to adjust.
44
: ${
MAKEINFO
="
makeinfo
"}
58
commonarg= # passed to all
makeinfo
/texi2html invcations.
95
--html ARG pass ARG to
makeinfo
or texi2html for HTML targets,
97
--info ARG pass ARG to
makeinfo
for Info, instead of --no-split.
145
You can set the environment variables
MAKEINFO
, TEXI2DVI, TEXI2HTML,
151
By default,
makeinfo
and texi2dvi are run in the default (English)
197
#
makeinfo
uses the dirargs, but texi2dvi doesn't.
243
#
makeinfo
supports with -I, but hopefully it will suffice
[
all
...]
/src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
Makefile.am
90
MAKEINFO
= env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @
MAKEINFO
@
163
# We want to use texi2html, not
makeinfo
--html.
/src/external/gpl3/binutils/dist/gprofng/doc/
Makefile.am
36
MAKEINFOHTML = $(
MAKEINFO
) --html --no-split
/src/external/gpl3/binutils.old/dist/gprofng/doc/
Makefile.am
36
MAKEINFOHTML = $(
MAKEINFO
) --html --no-split
/src/tools/binutils/
Makefile
25
MAKE_ARGS= MACHINE=
MAKEINFO
=${TOOL_MAKEINFO:Q}
/src/tools/groff/
Makefile
6
MAKE_ARGS= bindir=${TOOLDIR}/lib/groff
MAKEINFO
=${TOOL_MAKEINFO:Q} \
/src/external/bsd/openldap/dist/build/
top.mk
141
MAKEINFO
= @
MAKEINFO
@
/src/external/gpl2/gettext/dist/gettext-tools/doc/
Makefile.am
28
MAKEINFO
= env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @
MAKEINFO
@
182
# We want to use texi2html, not
makeinfo
--html.
/src/external/gpl3/gcc/dist/libgomp/
Makefile.am
127
# AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([
MAKEINFO
])
144
$(
MAKEINFO
) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libgomp.info $(srcdir)/libgomp.texi
/src/external/gpl3/gcc/dist/maintainer-scripts/
update_web_docs_git
18
if [ -x "${makeinfo_git}"/
makeinfo
]; then
19
: "${
MAKEINFO
:=${makeinfo_git}/
makeinfo
}"
23
: "${
MAKEINFO
:=
makeinfo
}"
188
"${
MAKEINFO
}" --html -c CONTENTS_OUTPUT_LOCATION=inline --css-ref $CSS $includes -o ${file} ${filename}
208
# Work around
makeinfo
generated file names and references with
/src/external/gpl3/gcc.old/dist/libgomp/
Makefile.am
121
# AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([
MAKEINFO
])
138
$(
MAKEINFO
) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libgomp.info $(srcdir)/libgomp.texi
Completed in 50 milliseconds
1
2
3
4
5
6
7
Indexes created Sat Feb 28 05:31:39 UTC 2026