summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-11 21:03:39 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-11 21:03:39 +0100
commita90846adf52127afe6dd3537c047b93c31cb313f (patch)
treec6c6c61d778d2dcb8cf2e7afd8818fe31aa5e365 /configure.ac
parent2d4438605efd57a7ed336df42326693065ee5d02 (diff)
gtk-doc: Document the docs
- configure output to easily see whether docs are built or not - small blurb in README Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2c991a85..2ddbe0dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,5 +235,7 @@ echo " Debugger : ${enable_debugger}"
echo " Python dumper : ${DUMPER}"
echo " Overlay : X: ${enable_overlay_xlib}, Xv: ${enable_overlay_xvlib}"
echo ""
+echo " • API-Documentation : ${enable_gtk_doc}"
+echo ""
# vim: set ft=config ts=8 sw=8 tw=0 noet :