summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2013-09-26 15:48:39 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2013-09-26 15:48:39 +0200
commit078831bd0e700a08cccb61d6523456ac961dc449 (patch)
tree94442b753cc9b77f62755cd4d5bce373fc6bc314 /docs
parentcc6ab97ecf994c05713fc88531b68bc07ceb0b82 (diff)
downloadlasso-078831bd0e700a08cccb61d6523456ac961dc449.tar.gz
lasso-078831bd0e700a08cccb61d6523456ac961dc449.tar.xz
lasso-078831bd0e700a08cccb61d6523456ac961dc449.zip
docs/Makefile: always set DIST_SUBDIRS
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index e7265177..a139e6b4 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,10 +1,8 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = lasso-book
+DIST_SUBDIRS = reference lasso-book
if ENABLE_GTK_DOC
SUBDIRS += reference
-else
-DIST_SUBDIRS = reference lasso-book
endif
-