dovecot-2.2-pigeonhole: Fixed installation of documentation.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Fri Mar 27 20:40:07 UTC 2015


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/67238df4bae3
changeset: 2028:67238df4bae3
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Fri Mar 27 21:40:00 2015 +0100
description:
Fixed installation of documentation.
This was quite fundamentally broken, not only due to previous change.

diffstat:

 configure.ac               |   3 ++
 doc/Makefile.am            |  13 ++++++----
 doc/extensions/Makefile.am |  15 ++++++++++++
 doc/locations/Makefile.am  |  13 ++++++++++
 doc/plugins/Makefile.am    |  11 +++++++++
 doc/rfc/Makefile.am        |  55 ++++++++++++++++++++++++---------------------
 6 files changed, 79 insertions(+), 31 deletions(-)

diffs (154 lines):

diff -r 5547d6d1778c -r 67238df4bae3 configure.ac
--- a/configure.ac	Thu Mar 26 23:32:21 2015 +0100
+++ b/configure.ac	Fri Mar 27 21:40:00 2015 +0100
@@ -174,6 +174,9 @@
 doc/example-config/Makefile
 doc/example-config/conf.d/Makefile
 doc/rfc/Makefile
+doc/extensions/Makefile
+doc/locations/Makefile
+doc/plugins/Makefile
 src/Makefile
 src/lib-sieve/Makefile
 src/lib-sieve/util/Makefile
diff -r 5547d6d1778c -r 67238df4bae3 doc/Makefile.am
--- a/doc/Makefile.am	Thu Mar 26 23:32:21 2015 +0100
+++ b/doc/Makefile.am	Fri Mar 27 21:40:00 2015 +0100
@@ -1,7 +1,12 @@
-SUBDIRS = man example-config rfc
+SUBDIRS = \
+	man \
+	example-config \
+	rfc \
+	extensions \
+	locations \
+	plugins
 
-docfiles = \
-	script-location-dict.txt
+docfiles =
 
 if BUILD_DOCS
 sieve_doc_DATA = $(docfiles)
@@ -9,7 +14,5 @@
 
 EXTRA_DIST = \
 	devel \
-	extensions \
-	plugins \
 	$(docfiles)
 
diff -r 5547d6d1778c -r 67238df4bae3 doc/extensions/Makefile.am
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/extensions/Makefile.am	Fri Mar 27 21:40:00 2015 +0100
@@ -0,0 +1,15 @@
+docfiles = \
+	duplicate.txt \
+	editheader.txt \
+	include.txt \
+	spamtest-virustest.txt \
+	vacation.txt
+
+if BUILD_DOCS
+extensions_docdir = $(sieve_docdir)/extensions
+extensions_doc_DATA = $(docfiles)
+endif
+
+EXTRA_DIST = \
+	$(docfiles)
+
diff -r 5547d6d1778c -r 67238df4bae3 doc/locations/Makefile.am
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/locations/Makefile.am	Fri Mar 27 21:40:00 2015 +0100
@@ -0,0 +1,13 @@
+docfiles = \
+	dict.txt \
+	file.txt \
+	ldap.txt
+
+if BUILD_DOCS
+locations_docdir = $(sieve_docdir)/locations
+locations_doc_DATA = $(docfiles)
+endif
+
+EXTRA_DIST = \
+	$(docfiles)
+
diff -r 5547d6d1778c -r 67238df4bae3 doc/plugins/Makefile.am
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/plugins/Makefile.am	Fri Mar 27 21:40:00 2015 +0100
@@ -0,0 +1,11 @@
+docfiles = \
+	sieve_extprograms.txt
+
+if BUILD_DOCS
+plugins_docdir = $(sieve_docdir)/plugins
+plugins_doc_DATA = $(docfiles)
+endif
+
+EXTRA_DIST = \
+	$(docfiles)
+
diff -r 5547d6d1778c -r 67238df4bae3 doc/rfc/Makefile.am
--- a/doc/rfc/Makefile.am	Thu Mar 26 23:32:21 2015 +0100
+++ b/doc/rfc/Makefile.am	Fri Mar 27 21:40:00 2015 +0100
@@ -1,30 +1,33 @@
 docfiles = \
-	body.rfc5173.txt
-	collation.rfc4790.txt
-	copy.rfc3894.txt
-	draft-degener-sieve-multiscript-00.txt
-	draft-duerst-mailto-bis-05.txt
-	draft-ietf-sieve-include-05.txt
-	draft-murchison-sieve-regex-07.txt
-	editheader.rfc5293.txt
-	environment.rfc5183.txt
-	ihave.rfc5463.txt
-	imail.rfc2822.txt
-	imap4flags.rfc5232.txt
-	mailto.rfc2368.txt
-	managesieve.rfc5804.txt
-	notify-mailto.rfc5436.txt
-	notify.rfc5435.txt
-	reject-ereject.rfc5429.txt
-	relational.rfc5231.txt
-	sieve.rfc5228.txt
-	spamvirustest.rfc5235.txt
-	spec-bosch-sieve-duplicate.txt
-	subaddress.rfc5233.txt
-	uri.rfc3986.txt
-	utf-8.rfc3629.txt
-	vacation.rfc5230.txt
-	vacation-seconds.rfc6131.txt
+	body.rfc5173.txt \
+	collation.rfc4790.txt \
+	copy.rfc3894.txt \
+	draft-degener-sieve-multiscript-00.txt \
+	draft-duerst-mailto-bis-05.txt \
+	draft-ietf-appsawg-sieve-duplicate-03.txt \
+	draft-murchison-sieve-regex-07.txt \
+	editheader.rfc5293.txt \
+	environment.rfc5183.txt \
+	ihave.rfc5463.txt \
+	imail.rfc2822.txt \
+	imap4flags.rfc5232.txt \
+	include.rfc6609.txt \
+	mailto.rfc2368.txt \
+	managesieve.rfc5804.txt \
+	notify-mailto.rfc5436.txt \
+	notify.rfc5435.txt \
+	reject-ereject.rfc5429.txt \
+	relational.rfc5231.txt \
+	sieve.rfc5228.txt \
+	spamvirustest.rfc5235.txt \
+	spec-bosch-sieve-debug.txt \
+	spec-bosch-sieve-duplicate.txt \
+	spec-bosch-sieve-extprograms.txt \
+	subaddress.rfc5233.txt \
+	uri.rfc3986.txt \
+	utf-8.rfc3629.txt \
+	vacation.rfc5230.txt \
+	vacation-seconds.rfc6131.txt \
 	variables.rfc5229.txt
 
 EXTRA_DIST = \


More information about the dovecot-cvs mailing list