annotate doc/Makefile.am @ 2810:74517c34a687 HEAD

Dovecot authentication protocol v1.0
author Timo Sirainen <tss@iki.fi>
date Fri, 22 Oct 2004 16:44:03 +0300
parents 3c3ac12be307
children 166916ab6b1b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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
1 docdir = $(datadir)/doc/dovecot
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
2
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
3 doc_DATA = \
0
3b1985cbc908 Initial revision
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
4 auth.txt \
2810
74517c34a687 Dovecot authentication protocol v1.0
Timo Sirainen <tss@iki.fi>
parents: 2754
diff changeset
5 auth-protocol.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
6 configuration.txt \
0
3b1985cbc908 Initial revision
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
7 design.txt \
3b1985cbc908 Initial revision
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
8 index.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
9 mail-storages.txt \
0
3b1985cbc908 Initial revision
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
10 multiaccess.txt \
1864
b012ed1ab7e1 securecoding.txt missing
Timo Sirainen <tss@iki.fi>
parents: 1407
diff changeset
11 nfs.txt \
2097
4e77cb0aff21 Added %l, %r and %P variables and mail_log_prefix setting.
Timo Sirainen <tss@iki.fi>
parents: 1995
diff changeset
12 securecoding.txt \
4e77cb0aff21 Added %l, %r and %P variables and mail_log_prefix setting.
Timo Sirainen <tss@iki.fi>
parents: 1995
diff changeset
13 variables.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
14
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
15 EXTRA_DIST = \
657
85a888d2766e Added script to easily generate self-signed certificate.
Timo Sirainen <tss@iki.fi>
parents: 655
diff changeset
16 mkcert.sh \
85a888d2766e Added script to easily generate self-signed certificate.
Timo Sirainen <tss@iki.fi>
parents: 655
diff changeset
17 dovecot-openssl.cnf \
1187
e042bed705af missing dovecot-ldap.conf
Timo Sirainen <tss@iki.fi>
parents: 657
diff changeset
18 dovecot-ldap.conf \
2754
3c3ac12be307 Created generic asynchronous SQL API and implemented MySQL and PostgreSQL
Timo Sirainen <tss@iki.fi>
parents: 2097
diff changeset
19 dovecot-sql.conf \
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
20 $(doc_DATA)