From 4396823e0acc99595021fcd002b93923c8bbcc2a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 9 Oct 2010 13:15:27 +0200 Subject: [PATCH] Split off to separate repository and changed format of release tags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d0512c..706a6f3 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ clean: rm -f *~ *.log *.dvi *.ps *.aux release: - git tag ucwmac-v$(VERSION) + git tag v$(VERSION) git push --tags git archive --format=tar --prefix=ucwmac-$(VERSION)/ HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/tex/ -- 2.39.2