]> git.pld-linux.org Git - projects/setup.git/commitdiff
- add tag target
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 27 May 2008 10:23:56 +0000 (10:23 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 27 May 2008 10:23:56 +0000 (10:23 +0000)
Changed files:
    Makefile -> 1.19

Makefile

index c37349365f0066ceb858ce1567c567a51e737cbd..9ca5e54a41f183fb98f3f4e2a81505e76b2547cc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -68,3 +68,6 @@ dist: clean
        done
        tar -cvjf setup-$(VERSION).tar.bz2 setup-$(VERSION)
        rm -rf setup-$(VERSION)
+
+tag:
+       cvs tag setup-$(shell echo $(VERSION) | tr . _)
This page took 0.575975 seconds and 4 git commands to generate.