summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-06-28 00:39:10 +0900
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-07-19 13:53:26 +0200
commitcdd33a433ecf089f38dc113dab9387dea5e5676e (patch)
tree6a695c2ff5f038bedda6525506b7570a0614627b /docs
parent7eef852bdb92c805ec5efb45886a7c03f3bdc015 (diff)
configure: fix build without gtk-doc support.
Also do not generate tamplate files as all the documentation is inline. Drop un-needed code in autogen.sh as well. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 516af700..58bb2872 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS =
-if BUILD_GTK_DOC
+if ENABLE_GTK_DOC
SUBDIRS += reference
endif