From: Timo Sirainen Date: Tue, 17 Jul 2012 12:31:03 +0000 (+0300) Subject: doc: Install mkcert.sh, dovecot-openssl.cnf and solr-schema.xml files. X-Git-Tag: 2.1.9~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f88134b68451be25a2bf53a3a7fe8efd5adacde6;p=thirdparty%2Fdovecot%2Fcore.git doc: Install mkcert.sh, dovecot-openssl.cnf and solr-schema.xml files. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 02f14703d1..af038e8d62 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -7,7 +7,10 @@ SUBDIRS = man $(DOCDIRS) docfiles = \ documentation.txt \ securecoding.txt \ - thread-refs.txt + thread-refs.txt \ + mkcert.sh \ + dovecot-openssl.cnf \ + solr-schema.xml if BUILD_DOCS doc_DATA = $(docfiles) @@ -15,7 +18,4 @@ endif EXTRA_DIST = \ dovecot-initd.sh \ - mkcert.sh \ - dovecot-openssl.cnf \ - solr-schema.xml \ $(docfiles)