diff options
author | Johan Dahlin <jdahlin@litl.com> | 2009-02-27 11:39:14 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-02-27 11:41:32 -0300 |
commit | cedeb23d6aeb4e629a7147426a5671a7155e1c97 (patch) | |
tree | 626a9521d8efb3669d520af37b880d08b96a1909 /docs/Makefile.am | |
parent | 7320bb9dfa92f28914ca18335e7f30d2bbce7e8f (diff) | |
download | gobject-introspection-cedeb23d6aeb4e629a7147426a5671a7155e1c97.tar.gz |
Disable more of the build if gtk-doc is disabled
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index f3ddc22d..f2b19502 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1 +1,4 @@ -SUBDIRS = reference +SUBDIRS = +if ENABLE_GTK_DOC +SUBDIRS += reference +endif |