docs/Makefile: always set DIST_SUBDIRS

This commit is contained in:
Benjamin Dauvergne 2013-09-26 15:48:39 +02:00
parent cc6ab97ecf
commit 078831bd0e
1 changed files with 1 additions and 3 deletions

View File

@ -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