summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9b95c1..6d60788 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ NAME=theme
# Bump RELEASE for new Mageia release
# Bump THEMEVER for new theme version in same release
RELEASE=9
-THEMEVER=0
+THEMEVER=2
VERSION=$(RELEASE).$(THEMEVER)
THEMES=Mageia-Default
@@ -16,8 +16,10 @@ all:
install:
mkdir -p $(DESTDIR)$(sharedir)/mga/screensaver
+ mkdir -p $(DESTDIR)$(sharedir)/doc/mageia-theme-screensavers
mkdir -p $(DESTDIR)$(sharedir)/mga/backgrounds
install -m 644 common/screensaver/*.jpg $(DESTDIR)$(sharedir)/mga/screensaver
+ install -m 644 common/screensaver/CREDITS $(DESTDIR)$(sharedir)/doc/mageia-theme-screensavers
install -m 644 extra-backgrounds/*.jpg $(DESTDIR)$(sharedir)/mga/backgrounds
@for t in $(THEMES); do \
set -x; set -e; \