view doc/Makefile.am @ 5441:9d36800df1ae HEAD

Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org if they don't exist. Changed wiki links in dovecot-example.conf to point to the doc/wiki/ directory instead.
author Timo Sirainen <tss@iki.fi>
date Wed, 28 Mar 2007 01:50:53 +0300
parents 2a6ff0bbc932
children 0da3d9671426
line wrap: on
line source

SUBDIRS = wiki

docdir = $(datadir)/doc/dovecot

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

doc_DATA = \
	auth-protocol.txt \
	documentation.txt \
	securecoding.txt

EXTRA_DIST = \
	mkcert.sh \
	dovecot-openssl.cnf \
	$(doc_DATA) \
	$(conf_DATA)