diff options
author | Thomas Graf <tgraf@redhat.com> | 2012-05-09 08:06:24 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@redhat.com> | 2012-05-09 08:06:24 (GMT) |
commit | 183e86913aab58acf7b5b9cd160518e527bb0348 (patch) | |
tree | 055a65b00554aafbe242ce373869e619b83fe489 /doc/README | |
parent | 7b503a12a039aeb129fb75804824f6b365adb54b (diff) | |
download | libnl-183e86913aab58acf7b5b9cd160518e527bb0348.zip libnl-183e86913aab58acf7b5b9cd160518e527bb0348.tar.gz libnl-183e86913aab58acf7b5b9cd160518e527bb0348.tar.bz2 |
doc: Check documentation generation requirements with autoconf
Adds --enable-doc/--disable-doc, if omitted doc will only be build
if requirements are met. If explicitely enabled, configure script
will fail if requirements are not met.
Diffstat (limited to 'doc/README')
-rw-r--r-- | doc/README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ Requirements to build documentation mscgen -asciidoc 8.6.5 + http://www.mcternan.me.uk/mscgen/ + mscgen-filter-1.2 + http://code.google.com/p/asciidoc-mscgen-filter/ + +asciidoc 8.6.x doxygen |