From: Daniel Lezcano Date: Tue, 18 Aug 2009 21:28:42 +0000 (+0200) Subject: don't generate Changelog X-Git-Tag: lxc_0_6_4~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b333f86e86347eedc754cf0f5a69225f53a72387;p=thirdparty%2Flxc.git don't generate Changelog Do not generate the changelog with the dist tarball. Signed-off-by: Daniel Lezcano --- diff --git a/Makefile.am b/Makefile.am index 5b66d2ffb..343e93a0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,9 +12,5 @@ pcdata_DATA = lxc.pc ChangeLog:: @touch ChangeLog -dist-hook: - -@cvs2cl - @mv ChangeLog $(distdir) - rpm: dist rpmbuild --clean -ta ${distdir}.tar.gz