Skip to content
Snippets Groups Projects
Commit 587bdad8 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

man: improve compatibility with OpenBSD

parent a78d64ab
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ $(MANPAGES_IN): $(MANPAGES_RST)
$(AM_V_SPHINX)$(SPHINXBUILD) -b man -d $(SPHINXBUILDDIR)/doctrees $(man_SPHINXOPTS) $(SPHINXBUILDDIR)/man
mkdir -p $(srcdir)/man
for f in $(SPHINXBUILDDIR)/man/*; do \
sed -e '/^.TP$$/{n;s/^.B //}' "$$f" > "$(srcdir)/man/$$(basename $$f)in"; \
sed -e '/^\.TP$$/ {' -e 'n' -e 's/^\.B //' -e '}' "$$f" > "$(srcdir)/man/$$(basename $$f)in"; \
done
$(AM_V_ECHO)
$(AM_V_ECHO) "Build finished. The man pages are in man/."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment