dovecot: Use the predefined $(docdir) instead of creating our own.

dovecot at dovecot.org dovecot at dovecot.org
Sun Sep 30 15:01:27 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/0da3d9671426
changeset: 6505:0da3d9671426
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 30 15:01:24 2007 +0300
description:
Use the predefined $(docdir) instead of creating our own.

diffstat:

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

diffs (19 lines):

diff -r 9aec63500aea -r 0da3d9671426 doc/Makefile.am
--- a/doc/Makefile.am	Sun Sep 30 14:44:10 2007 +0300
+++ b/doc/Makefile.am	Sun Sep 30 15:01:24 2007 +0300
@@ -1,6 +1,4 @@ SUBDIRS = wiki
 SUBDIRS = wiki
-
-docdir = $(datadir)/doc/dovecot
 
 confdir = $(sysconfdir)
 conf_DATA = \
diff -r 9aec63500aea -r 0da3d9671426 doc/wiki/Makefile.am.in
--- a/doc/wiki/Makefile.am.in	Sun Sep 30 14:44:10 2007 +0300
+++ b/doc/wiki/Makefile.am.in	Sun Sep 30 15:01:24 2007 +0300
@@ -1,4 +1,4 @@ wikidir = $(datadir)/doc/dovecot/wiki
-wikidir = $(datadir)/doc/dovecot/wiki
+wikidir = $(docdir)/wiki
 
 EXTRA_DIST = \
 	$(wiki_DATA)


More information about the dovecot-cvs mailing list