summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoralexl <alexl>2004-02-11 17:11:50 +0000
committeralexl <alexl>2004-02-11 17:11:50 +0000
commit484571c69ac28e568f5033cee09cc1d307d6a55c (patch)
treec3e4729234947015ce2439e7bbb08e8a4de18234 /Makefile
parent5298c6192541da4c4fa3974edff7c6e6d0ec13ac (diff)
2004-02-11 Alexander Larsson <alexl@redhat.com>
* Makefile: * Makefile.in: * configure.ac: * install-sh: Convert to autoconf Patch from James Henstridge
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 86e1fba..0000000
--- a/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-VERSION=0.3
-PREFIX=/usr/local
-DATADIR=$(PREFIX)/share
-DESTDIR=
-INSTALL=install
-
-FILES=index.theme Makefile README ChangeLog COPYING
-
-install:
- mkdir -p $(DESTDIR)$(DATADIR)/icons/hicolor
- $(INSTALL) index.theme $(DESTDIR)$(DATADIR)/icons/hicolor
- 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 \
- done
-
-dist:
- rm -rf hicolor-icon-theme-$(VERSION)
- mkdir hicolor-icon-theme-$(VERSION)
- cp $(FILES) hicolor-icon-theme-$(VERSION)
- tar czvf hicolor-icon-theme-$(VERSION).tar.gz hicolor-icon-theme-$(VERSION)
- rm -rf hicolor-icon-theme-$(VERSION)
-
-tag:
- cvs tag DEFAULT_ICON_THEME_`echo $(VERSION)|sed "s/\./_/"`