Skip to content

Commit 14f93cb

Browse files
committed
make 'xmlto' invocation work with stricter getopt implementations
1 parent f395ed2 commit 14f93cb

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)