diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2013-09-26 15:48:39 +0200 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2013-09-26 15:48:39 +0200 |
| commit | 078831bd0e700a08cccb61d6523456ac961dc449 (patch) | |
| tree | 94442b753cc9b77f62755cd4d5bce373fc6bc314 /docs | |
| parent | cc6ab97ecf994c05713fc88531b68bc07ceb0b82 (diff) | |
docs/Makefile: always set DIST_SUBDIRS
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile.am | 4 |
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 - |
