diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-21 22:48:40 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-21 22:48:40 +0100 |
commit | 66f386d939db55476b7481fd0c1bc7da6673492c (patch) | |
tree | 2f53b56243def7944b45e54837f869a93acf9690 /Makefile | |
parent | 185b81474ca56f7f17d60fa89c64183147423e43 (diff) | |
download | skin-flatplus-66f386d939db55476b7481fd0c1bc7da6673492c.tar.gz skin-flatplus-66f386d939db55476b7481fd0c1bc7da6673492c.tar.bz2 |
remove decor from themes and add decor files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -115,11 +115,15 @@ install-themes: mkdir -p $(DESTDIR)$(VDRCONFDIR)/themes cp themes/* $(DESTDIR)$(VDRCONFDIR)/themes +install-decors: + mkdir -p $(DESTDIR)$(PLGRESDIR)/decors + cp decors/* $(DESTDIR)$(PLGRESDIR)/decors + install-icons: mkdir -p $(DESTDIR)$(PLGRESDIR)/icons cp -r icons/* $(DESTDIR)$(PLGRESDIR)/icons -install: install-lib install-i18n install-themes install-icons +install: install-lib install-i18n install-themes install-icons install-decors dist: $(I18Npo) clean @-rm -rf $(TMPDIR)/$(ARCHIVE) |