Skip to content

Commit

Permalink
Merge bug23155
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bridgen committed Aug 23, 2010
2 parents f395ed2 + 14f93cb commit e70b6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ distclean: clean
%.gz: %.xml $(DOCS_DIR)/examples-to-end.xsl
xmlto --version | grep -E '^xmlto version 0\.0\.([0-9]|1[1-8])$$' >/dev/null || opt='--stringparam man.indent.verbatims=0' ; \
xsltproc $(DOCS_DIR)/examples-to-end.xsl $< > $<.tmp && \
xmlto man -o $(DOCS_DIR) $$opt $<.tmp && \
xmlto -o $(DOCS_DIR) $$opt man $<.tmp && \
gzip -f $(DOCS_DIR)/`basename $< .xml`
rm -f $<.tmp

Expand Down

0 comments on commit e70b6cb

Please sign in to comment.