Home
last modified time | relevance | path

Searched refs:XSLTPROC (Results 1 – 25 of 28) sorted by relevance

12

/external/libxml2/doc/
DMakefile.am249 -@(if [ -x $(XSLTPROC) ] ; then \
251 $(XSLTPROC) --nonet $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml > elfgcchack.h ; \
258 -@(if [ -x $(XSLTPROC) ] ; then \
260 …$(XSLTPROC) --nonet --html --path $(srcdir) $(srcdir)/site.xsl $(srcdir)/xml.html > index.html ; f…
266 -@(if [ -x $(XSLTPROC) ] ; then \
267 $(XSLTPROC) --nonet $(srcdir)/news.xsl $(srcdir)/news.html > $(top_builddir)/NEWS ; fi );
270 -@(if [ -x $(XSLTPROC) ] ; then \
272 $(XSLTPROC) --nonet $(srcdir)/xsa.xsl $(srcdir)/news.html > libxml2.xsa ; fi );
275 -@(if [ -x $(XSLTPROC) ] ; then \
277 $(XSLTPROC) --nonet --html $(srcdir)/api.xsl \
[all …]
/external/libxml2/xstc/
DMakefile.am69 -@(if [ -x $(XSLTPROC) ] ; then \
71 $(XSLTPROC) --nonet --stringparam vendor NIST-2 \
77 -@(if [ -x $(XSLTPROC) ] ; then \
79 $(XSLTPROC) --nonet --stringparam vendor MS \
85 -@(if [ -x $(XSLTPROC) ] ; then \
87 $(XSLTPROC) --nonet --stringparam vendor SUN \
/external/valgrind/docs/
DMakefile.am119 XSLTPROC = xsltproc macro
141 $(XSLTPROC) $(XSLTPROC_FLAGS) -o ./FAQ.txt $(XSL_TEXT_STYLE) $(myxmldir)/FAQ.xml
150 $(XSLTPROC) $(XSLTPROC_FLAGS) -o ./ $$x $(myxmldir)/manpages-index.xml; \
170 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(myhtmldir)/ $(XSL_HTML_CHUNK_STYLE) $(myxmldir)/index.xml
179 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(myprintdir)/index.fo $(XSL_FO_STYLE) $(myxmldir)/index.xml && \
257 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(websitedir)/ $(XSL_WEBSITE_STYLE) $(myxmldir)/index.xml
268 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(valkyriedir)/ $(XSL_HTML_CHUNK_STYLE) $(myxmldir)/index.xml
284 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(vgdir)/html/ $(XSL_HTML_CHUNK_STYLE) $(myxmldir)/index.xml
292 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(vgdir)/print/manual.fo $(XSL_FO_STYLE) $(myxmldir)/index.xml
DMakefile.in397 XSLTPROC = xsltproc
609 $(XSLTPROC) $(XSLTPROC_FLAGS) -o ./FAQ.txt $(XSL_TEXT_STYLE) $(myxmldir)/FAQ.xml
618 $(XSLTPROC) $(XSLTPROC_FLAGS) -o ./ $$x $(myxmldir)/manpages-index.xml; \
638 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(myhtmldir)/ $(XSL_HTML_CHUNK_STYLE) $(myxmldir)/index.xml
647 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(myprintdir)/index.fo $(XSL_FO_STYLE) $(myxmldir)/index.xml && \
723 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(websitedir)/ $(XSL_WEBSITE_STYLE) $(myxmldir)/index.xml
734 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(valkyriedir)/ $(XSL_HTML_CHUNK_STYLE) $(myxmldir)/index.xml
750 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(vgdir)/html/ $(XSL_HTML_CHUNK_STYLE) $(myxmldir)/index.xml
758 $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(vgdir)/print/manual.fo $(XSL_FO_STYLE) $(myxmldir)/index.xml
/external/kmod/man/
DMakefile.am9 XSLT = $(if $(XSLTPROC), $(XSLTPROC), xsltproc)
/external/bison/tests/
Dtestsuite2686 if test x"$BISON_TEST_XML" = x1 && test x"$XSLTPROC" != x""; then
2725 ( $at_check_trace; $XSLTPROC \
2743 ( $at_check_trace; $XSLTPROC \
3066 if test x"$BISON_TEST_XML" = x1 && test x"$XSLTPROC" != x""; then
3105 ( $at_check_trace; $XSLTPROC \
3123 ( $at_check_trace; $XSLTPROC \
3510 if test x"$BISON_TEST_XML" = x1 && test x"$XSLTPROC" != x""; then
3549 ( $at_check_trace; $XSLTPROC \
3567 ( $at_check_trace; $XSLTPROC \
3893 if test x"$BISON_TEST_XML" = x1 && test x"$XSLTPROC" != x""; then
[all …]
Datlocal.in101 : ${XSLTPROC='@XSLTPROC@'}
Dlocal.at542 # Run AT_BISON_CHECK's XML/XSLT checks if $BISON_TEST_XML=1 and $XSLTPROC is
546 [[if test x"$BISON_TEST_XML" = x1 && test x"$XSLTPROC" != x""; then]
563 AT_CHECK([[$XSLTPROC \
567 AT_CHECK([[$XSLTPROC \
DMakefile.in1271 XSLTPROC = @XSLTPROC@
/external/libxml2/doc/devhelp/
DMakefile.am76 -@(if [ -x $(XSLTPROC) ] ; then \
78 …$(XSLTPROC) --nonet -o $(srcdir)/libxml2.devhelp $(srcdir)/devhelp.xsl $(top_srcdir)/doc/libxml2-a…
/external/libdrm/man/
DMakefile.am51 $(AM_V_GEN)$(XSLTPROC) -o "$@" $(XSLTPROC_FLAGS) "$<"
/external/jemalloc/
DMakefile.in42 XSLTPROC := @XSLTPROC@
237 $(XSLTPROC) -o $@ $(objroot)doc/html.xsl $<
240 $(XSLTPROC) -o $@ $(objroot)doc/manpages.xsl $<
Dconfigure.ac96 AC_PATH_PROG([XSLTPROC], [xsltproc], [false], [$PATH])
1989 AC_MSG_RESULT([XSLTPROC : ${XSLTPROC}])
/external/bison/
Dconfigure.ac172 AC_PATH_PROG([XSLTPROC], [xsltproc])
173 AC_SUBST([XSLTPROC]) subst
DMakefile.in1368 XSLTPROC = @XSLTPROC@
/external/kmod/
Dconfigure.ac33 AC_PATH_PROG([XSLTPROC], [xsltproc])
/external/bison/build-aux/
DMakefile.in1272 XSLTPROC = @XSLTPROC@
/external/bison/etc/
DMakefile.in1273 XSLTPROC = @XSLTPROC@
/external/bison/data/
DMakefile.in1302 XSLTPROC = @XSLTPROC@
/external/bison/examples/
DMakefile.in1313 XSLTPROC = @XSLTPROC@
/external/libdrm/
Dconfigure.ac467 AM_CONDITIONAL([BUILD_MANPAGES], [test "x$XSLTPROC" != "x" -a "x$MANS" != "xno"])
/external/bison/src/
DMakefile.in1357 XSLTPROC = @XSLTPROC@
/external/bison/examples/calc++/
DMakefile.in1323 XSLTPROC = @XSLTPROC@
/external/bison/doc/
DMakefile.in1346 XSLTPROC = @XSLTPROC@
/external/bison/lib/
DMakefile.in1414 XSLTPROC = @XSLTPROC@

12