diff options
author | Colin Walters <walters@verbum.org> | 2010-07-12 11:05:56 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-07-12 11:09:40 -0400 |
commit | b0ea1f6e32fcc50bb7c7f548fb5800470ef554d6 (patch) | |
tree | a8d31fba32158f1af92a0d0c6c8e7f761f046ef8 | |
parent | 8d1d09b755109d0a651374c672d61c04a1cf8464 (diff) |
Don't conditionalize reference/ build on gtk-doc being enabled
gtk-doc already does that for us
-rw-r--r-- | docs/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index f2b1950..f3ddc22 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,4 +1 @@ -SUBDIRS = -if ENABLE_GTK_DOC -SUBDIRS += reference -endif +SUBDIRS = reference |