From 1ebcc767a98e3bd28a9e92734c4d5c8ce6829d96 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 1 Oct 2012 10:55:39 +0200 Subject: [PATCH] Fix distcheck build problem in docs/Makefile.am Bug introduced in commit e97a36fa --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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