mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2025-03-04 01:07:41 +00:00

In case doc/configure.ac hasn't found asciidoc or any of its prerequisites (such as pygmentize), make shouldn't try to run it. One such case ("gendoc" target) is covered while the other ("%.html" target) is not. Fix it by adding a proper ifdef. Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Requirements to build documentation mscgen http://www.mcternan.me.uk/mscgen/ mscgen-filter-1.2 http://code.google.com/p/asciidoc-mscgen-filter/ asciidoc > 8.6.x doxygen > 1.8.0 Building the documentation: make gendoc