libnl/doc
Kir Kolyshkin 4caa5cda2c doc/Makefile.am: don't use asciidoc if disabled
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>
2015-07-09 22:43:18 +02:00
..
api doc: documentation restructuring 2012-05-10 12:03:59 +02:00
images doc: add section about addressing 2012-05-09 15:02:40 +02:00
src doc: state in documentation that libnl3 is supposed to work with 3.x kernels 2014-06-27 19:41:35 +02:00
stylesheets asciidoc xhtml stylesheet 2011-09-13 11:07:23 +02:00
.gitignore build: use AC_CONFIG_AUX_DIR 2012-11-26 21:03:14 +01:00
AUTHORS doc: Split doc/ into separate packages 2012-10-19 16:16:06 +02:00
COPYING doc: Split doc/ into separate packages 2012-10-19 16:16:06 +02:00
Doxyfile.in Add support for inet diag Netlink protocol. 2013-07-19 02:06:21 -07:00
DoxygenLayout.xml doc: update Doxygen layout file to latest format 2012-11-11 11:21:34 +01:00
Makefile.am doc/Makefile.am: don't use asciidoc if disabled 2015-07-09 22:43:18 +02:00
README doc: Add instructions on how to build docs 2013-10-22 16:33:27 +02:00
autogen.sh doc: Split doc/ into separate packages 2012-10-19 16:16:06 +02:00
configure.ac doc/configure.ac: simplify python check 2015-07-09 22:43:18 +02:00
core.txt doc: fix error in core documentation for nl_cache_mngr_alloc() 2014-06-17 18:42:48 +02:00
doxygen-link.py doc: fix doxygen-link.py by skipping invalid entries in libnl.dict 2014-06-25 12:35:45 +02:00
gen-tags.sh doc: documentation restructuring 2012-05-10 12:03:59 +02:00
index.txt more documentation updates 2011-07-21 16:24:31 +02:00
libnl.css doc: Revert to default stylesheet 2012-11-12 10:26:38 +01:00
resolve-asciidoc-refs.py more documentation updates 2011-07-21 16:24:31 +02:00
route.txt ip6tnl: introduce ip6 tunnel support 2014-06-16 16:59:16 +02:00

README

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