From 90baac18fe65226ec366b0626ee0ad8e18a4c0d7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 16 Jan 2005 20:19:20 +0000 Subject: [PATCH] Added make cvs2cl that makes Changelog from CVS in Zebra 1.4 series --- Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index fecd704..39470ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.20 2005-01-15 21:45:42 adam Exp $ +## $Id: Makefile.am,v 1.21 2005-01-16 20:19:20 adam Exp $ AUTOMAKE_OPTIONS=foreign @@ -30,6 +30,5 @@ dist-hook: cp $(srcdir)/debian/copyright $(distdir)/debian cp $(srcdir)/debian/rules $(distdir)/debian -rpm: $(PACKAGE)-$(VERSION).tar.gz - cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES - rpm -ba $(SPEC_FILE) +cvs2cl: + cvs2cl -- 1.7.10.4