summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Makefile2
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40db1d3..23b5f98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
2002-05-14 Alex Larsson <alexl@redhat.com>
+ * Makefile (tag):
+ Added a tag target.
+
+2002-05-14 Alex Larsson <alexl@redhat.com>
+
* Makefile (dist):
Added a dist target.
+
+
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/\./_/"`