dovecot-2.0: --without-docs: make install no longer mkdirs wiki ...

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 16 04:07:55 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/c38d2169eb5b
changeset: 10079:c38d2169eb5b
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 15 20:56:04 2009 -0400
description:
--without-docs: make install no longer mkdirs wiki directory.

diffstat:

1 file changed, 5 insertions(+), 6 deletions(-)
doc/wiki/Makefile.am.in |   11 +++++------

diffs (21 lines):

diff -r f89bb026843f -r c38d2169eb5b doc/wiki/Makefile.am.in
--- a/doc/wiki/Makefile.am.in	Thu Oct 15 20:50:19 2009 -0400
+++ b/doc/wiki/Makefile.am.in	Thu Oct 15 20:56:04 2009 -0400
@@ -1,10 +1,9 @@ wikidir = $(docdir)/wiki
+if BUILD_DOCS
 wikidir = $(docdir)/wiki
-
-EXTRA_DIST = \
-	$(wiki_DATA)
-
-if BUILD_DOCS
 wiki_DATA = $(wikifiles)
 endif
 
-wikifiles = 
\ No newline at end of file
+EXTRA_DIST = \
+	$(wikifiles)
+
+wikifiles = \
\ No newline at end of file


More information about the dovecot-cvs mailing list