We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f395ed2 + 14f93cb commit e70b6cbCopy full SHA for e70b6cb
Makefile
@@ -237,7 +237,7 @@ distclean: clean
237
%.gz: %.xml $(DOCS_DIR)/examples-to-end.xsl
238
xmlto --version | grep -E '^xmlto version 0\.0\.([0-9]|1[1-8])$$' >/dev/null || opt='--stringparam man.indent.verbatims=0' ; \
239
xsltproc $(DOCS_DIR)/examples-to-end.xsl $< > $<.tmp && \
240
- xmlto man -o $(DOCS_DIR) $$opt $<.tmp && \
+ xmlto -o $(DOCS_DIR) $$opt man $<.tmp && \
241
gzip -f $(DOCS_DIR)/`basename $< .xml`
242
rm -f $<.tmp
243
0 commit comments