summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2012-10-01 10:55:39 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2013-01-25 18:29:34 +0100
commit1ebcc767a98e3bd28a9e92734c4d5c8ce6829d96 (patch)
tree82aa84d2b33ee938428e98a3223f09cc7c98e3bc /docs
parent267f91a5ca1078b615838b391800955adbff57ce (diff)
downloadlasso-1ebcc767a98e3bd28a9e92734c4d5c8ce6829d96.tar.gz
lasso-1ebcc767a98e3bd28a9e92734c4d5c8ce6829d96.tar.xz
lasso-1ebcc767a98e3bd28a9e92734c4d5c8ce6829d96.zip
Fix distcheck build problem in docs/Makefile.am
Bug introduced in commit e97a36fa
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 49c40034..e7265177 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -5,6 +5,6 @@ SUBDIRS = lasso-book
if ENABLE_GTK_DOC
SUBDIRS += reference
else
-DIST_SUBDIRS = reference
+DIST_SUBDIRS = reference lasso-book
endif