From 834eca7219ca783666dd4699ea17a37c43ea5ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Pawe=C5=82=20Gajc?= Date: Wed, 16 Apr 2008 17:49:40 +0000 Subject: - add theme o add background panel (image stolen from kde ;) o make transparent labels of icons on desktop --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ebcf792..0f71173 100644 --- a/Makefile +++ b/Makefile @@ -18,10 +18,12 @@ install: -install -d $(DESTDIR)$(xfceconfdir)/xfce4/desktop -install -d $(DESTDIR)$(xfceconfdir)/xfce4/notication-daemon-xfce -install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel + -install -d $(DESTDIR)$(xfceconfdir)/xfce4/theme -install -d $(DESTDIR)$(xfceconfdir)/xfce4/volstatus install -m 644 common/xfce4/desktop/* $(DESTDIR)$(xfceconfdir)/xfce4/desktop/ install -m 644 common/xfce4/notication-daemon-xfce/* $(DESTDIR)$(xfceconfdir)/xfce4/notication-daemon-xfce/ install -m 644 common/xfce4/panel/* $(DESTDIR)$(xfceconfdir)/xfce4/panel/ + install -m 644 common/xfce4/theme/* $(DESTDIR)$(xfceconfdir)/xfce4/theme/ install -m 644 common/xfce4/volstatus/* $(DESTDIR)$(xfceconfdir)/xfce4/volstatus/ install -m 644 common/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4 install -m 644 common/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4 -- cgit v1.2.1