From: Timo Sirainen Date: Thu, 1 Jul 2010 23:42:19 +0000 (+0100) Subject: Makefile: Stop generated ChangeLog at v1.2.rc1. X-Git-Tag: 2.0.rc1~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5a05f7025800d729ad066207a3dc6297ef4da93;p=thirdparty%2Fdovecot%2Fcore.git Makefile: Stop generated ChangeLog at v1.2.rc1. If someone wants full history, they can get it from hg. --HG-- branch : HEAD --- diff --git a/Makefile.am b/Makefile.am index b6e95909bb..d037258501 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ pkglib_DATA = $(datafiles) if MAINTAINER_MODE ChangeLog: .hg/dirstate - hg log --style=changelog > ChangeLog + hg log -r tip:fef8259e7277 --style=changelog > ChangeLog endif aclocal_DATA = dovecot.m4