Skip to content

Commit

Permalink
doc: Don't fail if manpages fail to build
Browse files Browse the repository at this point in the history
Even with installed asciidoc and xsltproc the build will fail if
xsltproc cannot find the required stylesheet
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl.

Ignore such errors until there is a better check in configure.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Feb 15, 2019
1 parent 42ea432 commit 6e37389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ html: ${man_MANS:%=%.html}
SUFFIXES = .asc .html

.asc:
asciidoc -b docbook -d manpage -o - $< | \
-asciidoc -b docbook -d manpage -o - $< | \
xsltproc --nonet $(man_xslt) -

.asc.html:
Expand Down

0 comments on commit 6e37389

Please sign in to comment.