view doc/Makefile.am @ 2754:3c3ac12be307 HEAD

Created generic asynchronous SQL API and implemented MySQL and PostgreSQL drivers. MySQL is implemented synchronously because it's API doesn't provide async way to do it. Replaced pgsql and mysql userdb/passdb with generic sql userdb/passdb.
author Timo Sirainen <tss@iki.fi>
date Sat, 16 Oct 2004 02:12:51 +0300
parents 4e77cb0aff21
children 74517c34a687
line wrap: on
line source

docdir = $(datadir)/doc/dovecot

doc_DATA = \
	auth.txt \
	configuration.txt \
	design.txt \
	index.txt \
	mail-storages.txt \
	multiaccess.txt \
	nfs.txt \
	securecoding.txt \
	variables.txt

EXTRA_DIST = \
	mkcert.sh \
	dovecot-openssl.cnf \
	dovecot-ldap.conf \
	dovecot-sql.conf \
	$(doc_DATA)