Skip to content

Commit e70b6cb

Browse files
author
Michael Bridgen
committed
Merge bug23155
2 parents f395ed2 + 14f93cb commit e70b6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ distclean: clean
237237
%.gz: %.xml $(DOCS_DIR)/examples-to-end.xsl
238238
xmlto --version | grep -E '^xmlto version 0\.0\.([0-9]|1[1-8])$$' >/dev/null || opt='--stringparam man.indent.verbatims=0' ; \
239239
xsltproc $(DOCS_DIR)/examples-to-end.xsl $< > $<.tmp && \
240-
xmlto man -o $(DOCS_DIR) $$opt $<.tmp && \
240+
xmlto -o $(DOCS_DIR) $$opt man $<.tmp && \
241241
gzip -f $(DOCS_DIR)/`basename $< .xml`
242242
rm -f $<.tmp
243243

0 commit comments

Comments
 (0)