view doc/Makefile.am @ 9490:fd84592e817b HEAD

dovecot-example.conf: Updated dict comments.
author Timo Sirainen <tss@iki.fi>
date Mon, 23 Nov 2009 13:08:47 -0500
parents 5763caa55b57
children
line wrap: on
line source

SUBDIRS = wiki

docfiles = \
	auth-protocol.txt \
	documentation.txt \
	securecoding.txt \
	thread-refs.txt

if BUILD_DOCS
doc_DATA = $(docfiles)
endif

confdir = $(sysconfdir)
conf_DATA = \
	dovecot-db-example.conf \
	dovecot-dict-sql-example.conf \
	dovecot-ldap-example.conf \
	dovecot-sql-example.conf

EXTRA_DIST = \
	dovecot-initd.sh \
	mkcert.sh \
	dovecot-openssl.cnf \
	solr-schema.xml \
	$(docfiles) \
	$(conf_DATA)