Skip to content

Commit 775a415

Browse files
committed
Merge branch 'stable'
2 parents b03a14f + e5ece87 commit 775a415

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ clean-escripts:
224224
opt='--stringparam man.indent.verbatims=0' ; \
225225
xsltproc --novalid $(DOCS_DIR)/examples-to-end.xsl $< > $<.tmp && \
226226
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" "$@" && \
227229
test -f $@ && \
228230
rm $<.tmp
229231

0 commit comments

Comments
 (0)