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 b03a14f + e5ece87 commit 775a415Copy full SHA for 775a415
Makefile
@@ -224,6 +224,8 @@ clean-escripts:
224
opt='--stringparam man.indent.verbatims=0' ; \
225
xsltproc --novalid $(DOCS_DIR)/examples-to-end.xsl $< > $<.tmp && \
226
xmlto -vv -o $(DOCS_DIR) $$opt man $< 2>&1 | (grep -v '^Note: Writing' || :) && \
227
+ awk -F"'u " '/^\.HP / { print $$1; print $$2; next; } { print; }' "$@" > "$@.tmp" && \
228
+ mv "$@.tmp" "$@" && \
229
test -f $@ && \
230
rm $<.tmp
231
0 commit comments