dovecot-2.0: --without-docs: make install no longer installs any...

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 16 03:50:30 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/f89bb026843f
changeset: 10078:f89bb026843f
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 15 20:50:19 2009 -0400
description:
--without-docs: make install no longer installs any docs.

diffstat:

2 files changed, 11 insertions(+), 3 deletions(-)
doc/Makefile.am         |    8 ++++++--
doc/wiki/Makefile.am.in |    6 +++++-

diffs (39 lines):

diff -r 04f8e91fe0ec -r f89bb026843f doc/Makefile.am
--- a/doc/Makefile.am	Thu Oct 15 20:38:24 2009 -0400
+++ b/doc/Makefile.am	Thu Oct 15 20:50:19 2009 -0400
@@ -1,14 +1,18 @@ SUBDIRS = wiki example-config
 SUBDIRS = wiki example-config
 
-doc_DATA = \
+docfiles = \
 	auth-protocol.txt \
 	documentation.txt \
 	securecoding.txt \
 	thread-refs.txt
+
+if BUILD_DOCS
+doc_DATA = $(docfiles)
+endif
 
 EXTRA_DIST = \
 	dovecot-initd.sh \
 	mkcert.sh \
 	dovecot-openssl.cnf \
 	solr-schema.xml \
-	$(doc_DATA)
+	$(docfiles)
diff -r 04f8e91fe0ec -r f89bb026843f doc/wiki/Makefile.am.in
--- a/doc/wiki/Makefile.am.in	Thu Oct 15 20:38:24 2009 -0400
+++ b/doc/wiki/Makefile.am.in	Thu Oct 15 20:50:19 2009 -0400
@@ -3,4 +3,8 @@ EXTRA_DIST = \
 EXTRA_DIST = \
 	$(wiki_DATA)
 
-wiki_DATA = 
\ No newline at end of file
+if BUILD_DOCS
+wiki_DATA = $(wikifiles)
+endif
+
+wikifiles = 
\ No newline at end of file


More information about the dovecot-cvs mailing list