summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoralexl <alexl>2004-02-04 16:50:19 +0000
committeralexl <alexl>2004-02-04 16:50:19 +0000
commitd2549684315251b5497cd2245721371445c3f255 (patch)
treeb059dd58dce85d5247dfe7c7ea950b7843ec84ce /Makefile
parentc6cd35d5d8b6cd9d9e0aa944f4e68492251c3a8e (diff)
2004-02-04 Alexander Larsson <alexl@redhat.com>DEFAULT_ICON_THEME_0_3
* Makefile: Update version to 0.3 Add new dir sizes * index.theme: Add stock icon dirs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d3544eb..f804ea0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.2
+VERSION=0.3
PREFIX=/usr/local
DATADIR=$(PREFIX)/share
DESTDIR=
@@ -9,7 +9,7 @@ FILES=index.theme Makefile README ChangeLog
install:
mkdir -p $(DESTDIR)$(DATADIR)/icons/hicolor
$(INSTALL) index.theme $(DESTDIR)$(DATADIR)/icons/hicolor
- for dir in 16x16 22x22 32x32 48x48 64x64 96x96 128x128 scalable; do \
+ for dir in 16x16 22x22 32x32 36x36 48x48 64x64 72x72 96x96 128x128 192x192 scalable; do \
for ctxt in actions apps devices filesystems mimetypes; do \
mkdir -p $(DESTDIR)$(DATADIR)/icons/hicolor/$$dir/$$ctxt; \
done \