dovecot-2.0: example-config: Don't include README file in distri...
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jun 28 19:58:50 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/6cce8b2a9121
changeset: 11649:6cce8b2a9121
user: Timo Sirainen <tss at iki.fi>
date: Mon Jun 28 17:58:47 2010 +0100
description:
example-config: Don't include README file in distribution tarball.
diffstat:
doc/example-config/Makefile.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r de800a774943 -r 6cce8b2a9121 doc/example-config/Makefile.am
--- a/doc/example-config/Makefile.am Mon Jun 28 16:42:21 2010 +0000
+++ b/doc/example-config/Makefile.am Mon Jun 28 17:58:47 2010 +0100
@@ -1,7 +1,10 @@
SUBDIRS = conf.d
dovecotconfdir = $(sysconfdir)/dovecot
-dovecotconf_DATA = README
+nodist_dovecotconf_DATA = README
+# nodist_ prefix just doesn't seem to work, so rm it directly:
+dist-hook:
+ rm -f $(distdir)/README
README: README.in Makefile
cat $(srcdir)/README.in | sed "s|@exampledir@|$(exampledir)|" > README
More information about the dovecot-cvs
mailing list