From 65acfbc88915886dca2e8ad6f0151fc707ad87bc Mon Sep 17 00:00:00 2001 From: alexl Date: Tue, 14 May 2002 20:57:32 +0000 Subject: 2002-05-14 Alex Larsson * Makefile (tag): Added a tag target. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0cfd3df..1cbe7c6 100644 --- a/Makefile +++ b/Makefile @@ -21,3 +21,5 @@ dist: tar czvf default-icon-theme-$(VERSION).tar.gz default-icon-theme-$(VERSION) rm -rf default-icon-theme-$(VERSION) +tag: + cvs tag DEFAULT_ICON_THEME_`echo $(VERSION)|sed "s/\./_/"` -- cgit