view doc/Makefile.am @ 9436:5763caa55b57 HEAD

--without-docs: make install no longer installs any docs.
author Timo Sirainen <tss@iki.fi>
date Thu, 15 Oct 2009 20:56:11 -0400
parents 354c1b47cfec
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)