summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2011-07-18 08:50:42 +0200
committerThomas Graf <tgraf@suug.ch>2011-07-18 08:50:42 +0200
commit7d484555f6db215ebd506c2e0e808aea9f93997d (patch)
tree92cac0e6d5f9cfa4899af3f91417a30f006ed8a6 /doc/Makefile.am
parent63548f5664e0e149f5e51219ad6f582f985e3c42 (diff)
downloadlibnl-7d484555f6db215ebd506c2e0e808aea9f93997d.tar.gz
Documentation updates
- update to asciidoc 8.6.5 - added doc/README - switched to toc2 - started adding link documentation
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index dc521633..165660b2 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -3,7 +3,9 @@
.PHONY: gendoc api_refs asciidoc
ASCIIDOCOPTS=-a pygments -a language=c -a icons \
- -a imagesdir="images/" \
+ -a toc2 \
+ -a imagesdir="./images/" \
+ -a iconsdir="./images/icons" \
-a stylesdir="${abs_srcdir}/stylesheets/"
%.html: %.txt
@@ -11,7 +13,7 @@ ASCIIDOCOPTS=-a pygments -a language=c -a icons \
./doxygen-link.py libnl.dict $@ > doxygen-link.tmp
mv doxygen-link.tmp $@
-asciidoc: core.html route.html index.html link.html
+asciidoc: core.html route.html index.html
api_ref:
doxygen Doxyfile;