Searched full:xsltproc (Results 1 – 25 of 56) sorted by relevance
123
/external/libxml2/doc/ |
D | Makefile.am | 249 -@(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 …]
|
D | docdescr.doc | 75 xsltproc --nonet --html --output index.html site.xsl xml.html 81 xsltproc --nonet --html api.xsl xml.html 84 xsltproc --nonet --output ../NEWS news.xsl news.html 88 xsltproc --nonet --output libxml2.xsa xsa.xsl news.html
|
/external/kmod/man/ |
D | Makefile.am | 9 XSLT = $(if $(XSLTPROC), $(XSLTPROC), xsltproc)
|
/external/libxml2/xstc/ |
D | Makefile.am | 69 -@(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/wayland/doc/publican/ |
D | Makefile.am | 101 $(AM_V_GEN)$(XSLTPROC) $(srcdir)/protocol-to-docbook.xsl \ 105 $(AM_V_GEN)$(XSLTPROC) $(srcdir)/protocol-interfaces-to-docbook.xsl \ 111 $(AM_V_GEN)$(XSLTPROC) $(doxydir)/xml/$*/combine.xslt \ 113 $(XSLTPROC) --stringparam which $* \ 131 $(AM_V_GEN)$(XSLTPROC) --stringparam basedir $(builddir)/en-US \
|
D | Makefile.in | 230 XSLTPROC = @XSLTPROC@ 572 @HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(srcdir)/protocol-to-docbook.xsl \ 576 @HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(srcdir)/protocol-interfaces-to-docbo… 582 @HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(doxydir)/xml/$*/combine.xslt \ 584 @HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLTPROC) --stringparam which $* \ 602 @HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) --stringparam basedir $(builddir)/en-U…
|
/external/wayland/ |
D | configure.ac | 123 AC_PATH_PROG(XSLTPROC, xsltproc) 124 AM_CONDITIONAL([HAVE_XSLTPROC], [test "x$XSLTPROC" != "x"]) 128 AC_PATH_PROGS_FEATURE_CHECK([XSLTPROC_TMP], [xsltproc],
|
/external/bzip2/ |
D | xmlproc.sh | 83 xsltproc --nonet --xinclude -o $htmlfile $xsl_html $xmlfmtfile 89 xsltproc --nonet --xinclude -o $fofile $xsl_fo $xmlfmtfile 98 xsltproc --nonet --xinclude -o $fofile $xsl_fo $xmlfmtfile
|
/external/libxml2/doc/devhelp/ |
D | Makefile.am | 76 -@(if [ -x $(XSLTPROC) ] ; then \ 78 …$(XSLTPROC) --nonet -o $(srcdir)/libxml2.devhelp $(srcdir)/devhelp.xsl $(top_srcdir)/doc/libxml2-a…
|
/external/iptables/iptables/ |
D | iptables-xml.1.in | 77 iptables.xslt script and xsltproc, or a custom program using 80 xsltproc iptables.xslt my-iptables.xml | iptables-restore
|
D | iptables.xslt | 8 iptables-save | iptables-xml -c | xsltproc iptables.xslt - 132 …<!-- with libxslt xsltproc we can't do @*|node() or the nodes may get processed before the attribu…
|
/external/ltp/ |
D | .travis.yml | 24 …# Message: WARNING: xsltproc: cannot process http://docbook.sourceforge.net/release/xsl-ns/current… 25 …# doc/meson.build:70:1: ERROR: Problem encountered: Docs cannot be built: xsltproc does not work c…
|
/external/libdrm/ |
D | .gitlab-ci.yml | 102 xsltproc 142 xsltproc
|
D | configure.ac | 484 # xsltproc for docbook manpages 488 AM_CONDITIONAL([BUILD_MANPAGES], [test "x$XSLTPROC" != "x" -a "x$MANS" != "xno"]) 493 AC_PATH_PROGS_FEATURE_CHECK([XSLTPROC_TMP], [xsltproc],
|
/external/libxml2/ |
D | libxml.3 | 70 .IR xsltproc (1)
|
/external/oss-fuzz/projects/neomutt/ |
D | Dockerfile | 19 RUN apt-get update && apt-get install -y make autoconf automake libtool xsltproc libncursesw5-dev l…
|
/external/oss-fuzz/projects/opensc/ |
D | Dockerfile | 19 …ibssl-dev libreadline-dev autoconf automake build-essential docbook-xsl xsltproc libtool pkg-confi…
|
/external/kmod/ |
D | .travis.yml | 7 - sudo apt-get install -qq xsltproc docbook-xsl
|
/external/oss-fuzz/projects/usbguard/ |
D | Dockerfile | 27 xsltproc \
|
/external/wayland/doc/man/ |
D | Makefile.am | 33 $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(MANPAGES_STYLESHEET) $< && \
|
/external/libdrm/man/ |
D | Makefile.am | 51 $(AM_V_GEN)$(XSLTPROC) -o "$@" $(XSLTPROC_FLAGS) "$<"
|
/external/libxml2/doc/searches/ |
D | AllQueries-20040408.xml | 13 <query count='3086'>xsltproc</query>
|
D | Queries-20040408.xml | 13 <query count='3086'>xsltproc</query>
|
/external/jemalloc/ |
D | Makefile.in | 42 XSLTPROC := @XSLTPROC@ 237 $(XSLTPROC) -o $@ $(objroot)doc/html.xsl $< 240 $(XSLTPROC) -o $@ $(objroot)doc/manpages.xsl $<
|
/external/parameter-framework/upstream/tools/coverage/ |
D | aplog2coverage.sh | 130 xsltproc --output "$outputFile" $xsl_report_formator -
|
123