annotate doc/Makefile.am @ 23017:c1d36f2575c7 default tip

lib-imap: Fix "Don't accept strings with NULs" cherry-pick
author Timo Sirainen <timo.sirainen@open-xchange.com>
date Thu, 29 Aug 2019 09:55:25 +0300
parents d01a06d821cf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11644
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents: 10078
diff changeset
1 if BUILD_DOCS
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents: 10078
diff changeset
2 DOCDIRS = wiki example-config
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents: 10078
diff changeset
3 endif
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents: 10078
diff changeset
4
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents: 10078
diff changeset
5 SUBDIRS = man $(DOCDIRS)
5384
2a6ff0bbc932 Renamed dovecot-sql/ldap.conf to dovecot-sql/ldap-example.conf. make install
Timo Sirainen <tss@iki.fi>
parents: 5123
diff changeset
6
10078
f89bb026843f --without-docs: make install no longer installs any docs.
Timo Sirainen <tss@iki.fi>
parents: 9842
diff changeset
7 docfiles = \
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents: 5384
diff changeset
8 documentation.txt \
9409
1cfa4804ecbe thread-refs.txt was missing from release tarball.
Timo Sirainen <tss@iki.fi>
parents: 9200
diff changeset
9 securecoding.txt \
14801
d01a06d821cf doc: Install mkcert.sh, dovecot-openssl.cnf and solr-schema.xml files.
Timo Sirainen <tss@iki.fi>
parents: 13730
diff changeset
10 thread-refs.txt \
d01a06d821cf doc: Install mkcert.sh, dovecot-openssl.cnf and solr-schema.xml files.
Timo Sirainen <tss@iki.fi>
parents: 13730
diff changeset
11 mkcert.sh \
d01a06d821cf doc: Install mkcert.sh, dovecot-openssl.cnf and solr-schema.xml files.
Timo Sirainen <tss@iki.fi>
parents: 13730
diff changeset
12 dovecot-openssl.cnf \
d01a06d821cf doc: Install mkcert.sh, dovecot-openssl.cnf and solr-schema.xml files.
Timo Sirainen <tss@iki.fi>
parents: 13730
diff changeset
13 solr-schema.xml
655
f3870975abcf The txt files are now installed into doc directory, and a few of them were
Timo Sirainen <tss@iki.fi>
parents: 0
diff changeset
14
10078
f89bb026843f --without-docs: make install no longer installs any docs.
Timo Sirainen <tss@iki.fi>
parents: 9842
diff changeset
15 if BUILD_DOCS
f89bb026843f --without-docs: make install no longer installs any docs.
Timo Sirainen <tss@iki.fi>
parents: 9842
diff changeset
16 doc_DATA = $(docfiles)
f89bb026843f --without-docs: make install no longer installs any docs.
Timo Sirainen <tss@iki.fi>
parents: 9842
diff changeset
17 endif
f89bb026843f --without-docs: make install no longer installs any docs.
Timo Sirainen <tss@iki.fi>
parents: 9842
diff changeset
18
655
f3870975abcf The txt files are now installed into doc directory, and a few of them were
Timo Sirainen <tss@iki.fi>
parents: 0
diff changeset
19 EXTRA_DIST = \
9200
493de7a6d411 Added example init.d/dovecot script.
Timo Sirainen <tss@iki.fi>
parents: 8218
diff changeset
20 dovecot-initd.sh \
10078
f89bb026843f --without-docs: make install no longer installs any docs.
Timo Sirainen <tss@iki.fi>
parents: 9842
diff changeset
21 $(docfiles)