From 81f1ae0d76efa126e57c7487d1a531db0c7d5fd7 Mon Sep 17 00:00:00 2001 From: nalin Date: Jul 21 2001 01:00:41 +0000 Subject: tag tweakage --- diff --git a/Makefile.am b/Makefile.am index a6d3797..ea02e45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,6 @@ tag: cvs tag -cFR $(CVSTAG) . rm -fr /tmp/$(PACKAGE)-export-tmp CVSROOT=`cat CVS/Root`; cd /tmp; cvs -d $$CVSROOT export -r $(CVSTAG) -d $(PACKAGE)-export-tmp $(PACKAGE) - cd /tmp/$(PACKAGE)-export-tmp; ./autogen.sh; make distcheck + cd /tmp/$(PACKAGE)-export-tmp; ./autogen.sh; make dist mv $(PACKAGE)-$(VERSION)-tmp/$(PACKAGE)-$(VERSION).tar.gz . rm -fr /tmp/$(PACKAGE)-export-tmp