OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlto
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/doc/DocBook/
Makefile
15
# file.tmpl --> file.xml +--> file.ps (psdocs) [by db2ps or
xmlto
]
16
# +--> file.pdf (pdfdocs) [by db2pdf or
xmlto
]
17
# +--> DIR=file (htmldocs) [by
xmlto
]
18
# +--> man/ (mandocs) [by
xmlto
]
21
# for PDF and PS output you can choose between
xmlto
and docbook-utils tools
88
notfoundtemplate = echo "*** You have to install docbook-utils or
xmlto
***"; \
91
xmltotemplate =
xmlto
TYPE $(XMLTOFLAGS) -o $(dir $@) $<
99
prefer-db2x = $(use-
xmlto
)
101
ifeq ($(shell which
xmlto
>/dev/null 2>&1 && echo found),found)
102
use-
xmlto
= xmlt
[
all
...]
/external/selinux/secilc/
Makefile
15
XMLTO
=
xmlto
36
$(
XMLTO
) man $(SECILC_MANPAGE).xml
39
$(
XMLTO
) man $(SECIL2CONF_MANPAGE).xml
Completed in 543 milliseconds