annotate doc/Makefile.am @ 7993:8513b6e9608f HEAD

Renamed dovecot-db.conf to dovecot-db-example.conf and added it to Makefile.
author Timo Sirainen <tss@iki.fi>
date Sat, 12 Jul 2008 02:12:19 +0300
parents 4f1527e3d61b
children f118ee90ab21
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents: 5384
diff changeset
1 SUBDIRS = wiki
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents: 5384
diff changeset
2
5384
2a6ff0bbc932 Renamed dovecot-sql/ldap.conf to dovecot-sql/ldap-example.conf. make install
Timo Sirainen <tss@iki.fi>
parents: 5123
diff changeset
3 confdir = $(sysconfdir)
2a6ff0bbc932 Renamed dovecot-sql/ldap.conf to dovecot-sql/ldap-example.conf. make install
Timo Sirainen <tss@iki.fi>
parents: 5123
diff changeset
4 conf_DATA = \
7993
8513b6e9608f Renamed dovecot-db.conf to dovecot-db-example.conf and added it to Makefile.
Timo Sirainen <tss@iki.fi>
parents: 7196
diff changeset
5 dovecot-db-example.conf \
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 dovecot-ldap-example.conf \
2a6ff0bbc932 Renamed dovecot-sql/ldap.conf to dovecot-sql/ldap-example.conf. make install
Timo Sirainen <tss@iki.fi>
parents: 5123
diff changeset
7 dovecot-sql-example.conf
2a6ff0bbc932 Renamed dovecot-sql/ldap.conf to dovecot-sql/ldap-example.conf. make install
Timo Sirainen <tss@iki.fi>
parents: 5123
diff changeset
8
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
9 doc_DATA = \
2810
74517c34a687 Dovecot authentication protocol v1.0
Timo Sirainen <tss@iki.fi>
parents: 2754
diff changeset
10 auth-protocol.txt \
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents: 5384
diff changeset
11 documentation.txt \
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents: 5384
diff changeset
12 securecoding.txt
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
13
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 EXTRA_DIST = \
657
85a888d2766e Added script to easily generate self-signed certificate.
Timo Sirainen <tss@iki.fi>
parents: 655
diff changeset
15 mkcert.sh \
85a888d2766e Added script to easily generate self-signed certificate.
Timo Sirainen <tss@iki.fi>
parents: 655
diff changeset
16 dovecot-openssl.cnf \
5384
2a6ff0bbc932 Renamed dovecot-sql/ldap.conf to dovecot-sql/ldap-example.conf. make install
Timo Sirainen <tss@iki.fi>
parents: 5123
diff changeset
17 $(doc_DATA) \
2a6ff0bbc932 Renamed dovecot-sql/ldap.conf to dovecot-sql/ldap-example.conf. make install
Timo Sirainen <tss@iki.fi>
parents: 5123
diff changeset
18 $(conf_DATA)