view Makefile.am @ 3779:e87a8db60d25 HEAD

Added --with-docs parameter to specify if documentation should be installed. Wanted for at least FreeBSD's NOPORTDOCS option. Patch by Robin Breathe
author Timo Sirainen <tss@iki.fi>
date Fri, 30 Dec 2005 22:17:27 +0200
parents f3e7ce34721f
children b033db13c2e0
line wrap: on
line source

if BUILD_DOCS
DOCS = doc
endif

SUBDIRS = \
	src \
	$(DOCS)

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

EXTRA_DIST = \
	dovecot.spec \
	dovecot.spec.in \
	COPYING.LGPL \
	COPYING.MIT \
	$(conf_DATA)