From 7fa170c325fb06a1850f2fd5c9542d0e021a5360 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 31 Oct 2001 22:59:41 +0000 Subject: [PATCH] make make changelog work out-of-tree --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index b05ab92..54287f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,9 +13,8 @@ EXTRA_DIST= README.WIN newtree.dsw ChangeLog \ NOCONV_DIST= $(distdir)/include/win32/resources/icon1.ico changelog:: - -touch ChangeLog - -tools/cvs2cl/cvs2cl.pl -b --utc - -rm -f ChangeLog.bak + ( cd $(top_srcdir); \ + tools/cvs2cl/cvs2cl.pl --stdout -b --utc ) > ChangeLog dist-zip: distdir -chmod -R a+r $(distdir)