annotate doc/Makefile.am @ 9266:cd29b745c8dd HEAD

configure: clock_gettime()'s -lrt adding dropped everything else from $LIBS.
author Timo Sirainen <tss@iki.fi>
date Mon, 27 Jul 2009 06:32:42 -0400
parents 354c1b47cfec
children 5763caa55b57
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 \
8218
2df7a88a5458 Added missing dovecot-dict-sql-example.conf to Makefile.
Timo Sirainen <tss@iki.fi>
parents: 8040
diff changeset
6 dovecot-dict-sql-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
7 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
8 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
9
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
10 doc_DATA = \
2810
74517c34a687 Dovecot authentication protocol v1.0
Timo Sirainen <tss@iki.fi>
parents: 2754
diff changeset
11 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
12 documentation.txt \
9242
354c1b47cfec doc: thread-refs.txt was missing from distribution tarball.
Timo Sirainen <tss@iki.fi>
parents: 9010
diff changeset
13 securecoding.txt \
354c1b47cfec doc: thread-refs.txt was missing from distribution tarball.
Timo Sirainen <tss@iki.fi>
parents: 9010
diff changeset
14 thread-refs.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
15
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
16 EXTRA_DIST = \
9010
c2d55b298ec8 Added example init.d/dovecot script.
Timo Sirainen <tss@iki.fi>
parents: 8218
diff changeset
17 dovecot-initd.sh \
657
85a888d2766e Added script to easily generate self-signed certificate.
Timo Sirainen <tss@iki.fi>
parents: 655
diff changeset
18 mkcert.sh \
85a888d2766e Added script to easily generate self-signed certificate.
Timo Sirainen <tss@iki.fi>
parents: 655
diff changeset
19 dovecot-openssl.cnf \
8040
f118ee90ab21 solr-schema.xml move was forgotten from Makefiles.
Timo Sirainen <tss@iki.fi>
parents: 7993
diff changeset
20 solr-schema.xml \
5384
2a6ff0bbc932 Renamed dovecot-sql/ldap.conf to dovecot-sql/ldap-example.conf. make install
Timo Sirainen <tss@iki.fi>
parents: 5123
diff changeset
21 $(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
22 $(conf_DATA)