diff options
author | alexl <alexl> | 2002-05-14 20:57:32 +0000 |
---|---|---|
committer | alexl <alexl> | 2002-05-14 20:57:32 +0000 |
commit | 65acfbc88915886dca2e8ad6f0151fc707ad87bc (patch) | |
tree | d6501237dd1c95529ac47c469bb68e43f1ed5dfb | |
parent | 914400eea3a7824bb160006b06004debd8052c1e (diff) |
2002-05-14 Alex Larsson <alexl@redhat.com>DEFAULT_ICON_THEME_0_1
* Makefile (tag):
Added a tag target.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 9 insertions, 0 deletions
@@ -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. + + @@ -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/\./_/"` |