diff options
author | Javier Jardón <jjardon@gnome.org> | 2012-06-28 00:39:10 +0900 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-07-19 13:53:26 +0200 |
commit | cdd33a433ecf089f38dc113dab9387dea5e5676e (patch) | |
tree | 6a695c2ff5f038bedda6525506b7570a0614627b /docs | |
parent | 7eef852bdb92c805ec5efb45886a7c03f3bdc015 (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.am | 2 |
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 |