view doc/Makefile.am @ 22950:a9e689fe3ee2

lib,lib-index: Use #ifdef with WORDS_BIGENDIAN Some were missing from the last change.
author Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
date Mon, 30 Oct 2017 16:39:21 +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)