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 f3346e8 + d393e39 commit e5ece87Copy full SHA for e5ece87
Makefile
@@ -201,6 +201,8 @@ clean-extra-sources:
201
opt='--stringparam man.indent.verbatims=0' ; \
202
xsltproc --novalid $(DOCS_DIR)/examples-to-end.xsl $< > $<.tmp && \
203
xmlto -vv -o $(DOCS_DIR) $$opt man $< 2>&1 | (grep -v '^Note: Writing' || :) && \
204
+ awk -F"'u " '/^\.HP / { print $$1; print $$2; next; } { print; }' "$@" > "$@.tmp" && \
205
+ mv "$@.tmp" "$@" && \
206
test -f $@ && \
207
rm $<.tmp
208
0 commit comments