view doc/Makefile.am @ 22214:1b4a0735b158

lib-http: client: Only drop queued requests when a DNS lookup fails; not also the ones that are already in progress.
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Wed, 24 May 2017 20:19:11 +0200
parents d01a06d821cf
children
line wrap: on
line source

if BUILD_DOCS
DOCDIRS = wiki example-config
endif

SUBDIRS = man $(DOCDIRS)

docfiles = \
	documentation.txt \
	securecoding.txt \
	thread-refs.txt \
	mkcert.sh \
	dovecot-openssl.cnf \
	solr-schema.xml

if BUILD_DOCS
doc_DATA = $(docfiles)
endif

EXTRA_DIST = \
	dovecot-initd.sh \
	$(docfiles)