Searched refs:XMLTOFLAGS (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/Documentation/DocBook/
H A DMakefile79 XMLTOFLAGS = -m $(srctree)/$(src)/stylesheet.xsl macro
80 XMLTOFLAGS += --skip-validation
110 xmltotemplate = xmlto TYPE $(XMLTOFLAGS) -o $(dir $@) $<
148 cmd_db2html = xmlto html $(XMLTOFLAGS) -o $(patsubst %.html,%,$@) $< && \
175 cmd_db2man = if grep -q refentry $<; then xmlto man $(XMLTOFLAGS) -o $(obj)/man/$(*F) $< ; fi

Completed in 54 milliseconds