Home | History | Annotate | Download | only in DocBook

Lines Matching refs:xmlto

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 = xmlto
103 prefer-xmlto = xmlto
105 use-xmlto = notfound
106 prefer-xmlto = $(use-db2x)
129 cmd_db2html = xmlto html $(XMLTOFLAGS) -o $(patsubst %.html,%,$@) $< && \
134 @(which xmlto > /dev/null 2>&1) || \
135 (echo "*** You need to install xmlto ***"; \
143 cmd_db2man = if grep -q refentry $<; then xmlto man $(XMLTOFLAGS) -o $(obj)/man $< ; fi
145 @(which xmlto > /dev/null 2>&1) || \
146 (echo "*** You need to install xmlto ***"; \