dovecot: Put back docdir definition. Looks like it's a recent au...

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 16 17:40:57 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/810ea4ef69f4
changeset: 6548:810ea4ef69f4
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Oct 16 17:40:53 2007 +0300
description:
Put back docdir definition. Looks like it's a recent automake(?) addition
which doesn't work everywhere.

diffstat:

2 files changed, 3 insertions(+)
doc/Makefile.am         |    2 ++
doc/wiki/Makefile.am.in |    1 +

diffs (18 lines):

diff -r 7a207cbc008b -r 810ea4ef69f4 doc/Makefile.am
--- a/doc/Makefile.am	Tue Oct 16 17:21:19 2007 +0300
+++ b/doc/Makefile.am	Tue Oct 16 17:40:53 2007 +0300
@@ -1,4 +1,6 @@ SUBDIRS = wiki
 SUBDIRS = wiki
+
+docdir = $(datadir)/doc/dovecot
 
 confdir = $(sysconfdir)
 conf_DATA = \
diff -r 7a207cbc008b -r 810ea4ef69f4 doc/wiki/Makefile.am.in
--- a/doc/wiki/Makefile.am.in	Tue Oct 16 17:21:19 2007 +0300
+++ b/doc/wiki/Makefile.am.in	Tue Oct 16 17:40:53 2007 +0300
@@ -1,3 +1,4 @@ wikidir = $(docdir)/wiki
+docdir = $(datadir)/doc/dovecot
 wikidir = $(docdir)/wiki
 
 EXTRA_DIST = \


More information about the dovecot-cvs mailing list