dovecot-2.0: example-config: Don't fail on the README file if bu...

dovecot at dovecot.org dovecot at dovecot.org
Thu Mar 25 20:50:39 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/a044c605fecf
changeset: 10988:a044c605fecf
user:      Pascal Volk <user at localhost.localdomain.org>
date:      Thu Mar 25 18:42:18 2010 +0000
description:
example-config: Don't fail on the README file if builddir != srcdir.

diffstat:

 doc/example-config/Makefile.am |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8f5bc2a21f99 -r a044c605fecf doc/example-config/Makefile.am
--- a/doc/example-config/Makefile.am	Thu Mar 25 20:04:58 2010 +0200
+++ b/doc/example-config/Makefile.am	Thu Mar 25 18:42:18 2010 +0000
@@ -4,7 +4,7 @@
 dovecotconf_DATA = README
 
 README: README.in Makefile
-	cat README.in | sed "s|@exampledir@|$(exampledir)|" > README
+	cat $(srcdir)/README.in | sed "s|@exampledir@|$(exampledir)|" > README
 
 exampledir = $(docdir)/example-config
 example_DATA = \


More information about the dovecot-cvs mailing list