summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorFrédéric Péters <fpeters@entrouvert.com>2012-04-23 09:23:48 +0200
committerFrédéric Péters <fpeters@entrouvert.com>2012-04-23 09:39:55 +0200
commite97a36faac64dea67b8c23e97876dd04363253ff (patch)
treefb8e707ebddf21e620588fdf7b58cfb1ad0b803c /docs/Makefile.am
parent952c0f552cddeeaa7d9b9c2914a2c651baceb58c (diff)
downloadlasso-e97a36faac64dea67b8c23e97876dd04363253ff.tar.gz
lasso-e97a36faac64dea67b8c23e97876dd04363253ff.tar.xz
lasso-e97a36faac64dea67b8c23e97876dd04363253ff.zip
Allow building from git without gtk-doc installed
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 4235c7ed..49c40034 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,4 +1,10 @@
MAINTAINERCLEANFILES = Makefile.in
-SUBDIRS = lasso-book reference
+SUBDIRS = lasso-book
+
+if ENABLE_GTK_DOC
+SUBDIRS += reference
+else
+DIST_SUBDIRS = reference
+endif