From: Pascal Volk Date: Thu, 25 Mar 2010 18:42:18 +0000 (+0000) Subject: example-config: Don't fail on the README file if builddir != srcdir. X-Git-Tag: 2.0.beta5~286 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f077cab93ca8908ac84c76443d03a30678fdf6ca;p=thirdparty%2Fdovecot%2Fcore.git example-config: Don't fail on the README file if builddir != srcdir. --HG-- branch : HEAD --- diff --git a/doc/example-config/Makefile.am b/doc/example-config/Makefile.am index 6037f3688d..9f3f204275 100644 --- a/doc/example-config/Makefile.am +++ b/doc/example-config/Makefile.am @@ -4,7 +4,7 @@ dovecotconfdir = $(sysconfdir)/dovecot 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 = \