diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-11-09 16:49:57 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-11-09 16:49:57 +0100 |
commit | a4cfb3c53d7c5dbd7904ccacb1c3f65773ef0c6f (patch) | |
tree | 70526941e6cccae13923f01a43b092b3fc20bffa /Makefile | |
parent | 521a6dc17ed9fc515e5f1bc8bfaf95ce04e83e8c (diff) | |
download | skin-flatplus-a4cfb3c53d7c5dbd7904ccacb1c3f65773ef0c6f.tar.gz skin-flatplus-a4cfb3c53d7c5dbd7904ccacb1c3f65773ef0c6f.tar.bz2 |
add main menu widgets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -145,7 +145,11 @@ install-configs: mkdir -p $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/configs cp configs/* $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/configs -install: install-lib install-i18n install-themes install-icons install-decors install-configs +install-widgets: + mkdir -p $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/widgets + cp -r widgets/* $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/widgets + +install: install-lib install-i18n install-themes install-icons install-decors install-configs install-widgets dist: $(I18Npo) clean @-rm -rf $(TMPDIR)/$(ARCHIVE) |