summaryrefslogtreecommitdiffstats
path: root/pixmaps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pixmaps/Makefile')
-rw-r--r--pixmaps/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/pixmaps/Makefile b/pixmaps/Makefile
new file mode 100644
index 00000000..6df1cf21
--- /dev/null
+++ b/pixmaps/Makefile
@@ -0,0 +1,9 @@
+THEMES = default kde gnome
+mcc_dir = $(DESTDIR)/usr/share/mcc/themes
+
+all:
+
+clean:
+
+install:
+ for d in $(THEMES); do ( install -d $(mcc_dir)/$$d ; install -m644 $$d/*.png $(mcc_dir)/$$d ; if [ -e $$d/*.rc ]; then install -m644 $$d/*.rc $(mcc_dir)/$$d; fi; ) ; done