From: Timo Sirainen Date: Mon, 28 Jun 2010 16:58:47 +0000 (+0100) Subject: example-config: Don't include README file in distribution tarball. X-Git-Tag: 2.0.rc1~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30725e201c8af3d98ad40744d3f70d64c3d9a91c;p=thirdparty%2Fdovecot%2Fcore.git example-config: Don't include README file in distribution tarball. --HG-- branch : HEAD --- diff --git a/doc/example-config/Makefile.am b/doc/example-config/Makefile.am index 9f3f204275..6bf74c71f2 100644 --- a/doc/example-config/Makefile.am +++ b/doc/example-config/Makefile.am @@ -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