From 499cbef5ae5832b04c29eab9c1a6400717e7faf2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 16 Jan 2005 20:19:03 +0000 Subject: [PATCH] Added make cvs2cl that makes Changelog from CVS in Zebra 1.3 series --- Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index e584a43..c12418d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.14 2004-07-28 11:15:10 adam Exp $ +## $Id: Makefile.am,v 1.14.2.1 2005-01-16 20:19:03 adam Exp $ AUTOMAKE_OPTIONS=foreign @@ -30,6 +30,5 @@ dist-hook: cd $(srcdir)/perl;cp --parents $$f $$pdir); \ done -rpm: $(PACKAGE)-$(VERSION).tar.gz - cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES - rpm -ba $(SPEC_FILE) +cvs2cl: + cvs2cl -F ZEBRA_1_3_16_branch -- 1.7.10.4