]> git.pld-linux.org Git - packages/tesseract.git/blob - a2x.patch
- fix man pages generation
[packages/tesseract.git] / a2x.patch
1 --- tesseract-4.0.0-beta.4/doc/Makefile.am.orig 2018-07-27 08:10:37.000000000 +0200
2 +++ tesseract-4.0.0-beta.4/doc/Makefile.am      2018-08-16 22:16:29.237559153 +0200
3 @@ -32,7 +32,7 @@
4  EXTRA_DIST = $(man_MANS) Doxyfile
5  
6  %: %.asc
7 -       $(asciidoc) -o $@ $<
8 +       a2x -d manpage -f manpage --asciidoc-opts="-f /etc/asciidoc/asciidoc.conf" $<
9  
10  MAINTAINERCLEANFILES = $(man_MANS) Doxyfile
11  
This page took 0.122663 seconds and 3 git commands to generate.