Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index f3ddc22..f2b1950 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1 +1,4 @@
-SUBDIRS = reference
+SUBDIRS =
+if ENABLE_GTK_DOC
+SUBDIRS += reference
+endif