mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
doc: Don't fail if manpages fail to build
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 <sw@weilnetz.de>
This commit is contained in:
parent
42ea432418
commit
6e37389fcd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user