From 9b51584a531a48a35e1c194751197d7ce9b04d8f Mon Sep 17 00:00:00 2001 From: nalin Date: Thu, 23 Oct 2003 01:46:41 +0000 Subject: - fix the archive target --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 378cd15..79c6fcf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,6 @@ distdir = $(NAME)-$(VERSION)-$(RELEASE) archive: $(RM) -fr /tmp/$(NAME)-$(VERSION) cd /tmp ; cvs -d $(shell cat $(top_srcdir)/CVS/Root) export -r $(CVSTAG) -d $(NAME)-$(VERSION)-$(RELEASE) $(NAME) - cd /tmp/$(NAME)-$(VERSION) ; ./autogen.sh ; make distcheck - mv -v /tmp/$(NAME)-$(VERSION)/$(NAME)-*.*.tar.* $(top_srcdir)/ - $(RM) -fr /tmp/$(NAME)-$(VERSION) + cd /tmp/$(NAME)-$(VERSION)-$(RELEASE) ; ./autogen.sh ; make distcheck + mv -v /tmp/$(NAME)-$(VERSION)-$(RELEASE)/$(NAME)-*.*.tar.* $(top_srcdir)/ + $(RM) -fr /tmp/$(NAME)-$(VERSION)-$(RELEASE) -- cgit