summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-08-09 11:04:06 +0200
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-08-09 11:04:06 +0200
commitc40d03a129a4ded429d3bd7abe27cb279572594f (patch)
tree0da76335854acefae8bbd3568626b1b53ebbf92f /Makefile
parent231da9389f76a8d0b96c5abcfb296060537e2268 (diff)
downloadskin-flatplus-c40d03a129a4ded429d3bd7abe27cb279572594f.tar.gz
skin-flatplus-c40d03a129a4ded429d3bd7abe27cb279572594f.tar.bz2
add options to save and load config file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f49d1bbd..79da441d 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,11 @@ install-icons:
mkdir -p $(DESTDIR)$(PLGRESDIR)/icons
cp -r --remove-destination icons/* $(DESTDIR)$(PLGRESDIR)/icons
-install: install-lib install-i18n install-themes install-icons install-decors
+install-configs:
+ mkdir -p $(DESTDIR)$(PLGRESDIR)/configs
+ cp configs/* $(DESTDIR)$(PLGRESDIR)/configs
+
+install: install-lib install-i18n install-themes install-icons install-decors install-configs
dist: $(I18Npo) clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)