summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2023-06-28 07:21:39 +0200
committerPapoteur <papoteur@mageia.org>2023-06-28 07:21:39 +0200
commit12d3b8469526d707df830c41ca49f0bf7ae9891f (patch)
treefa614fa7eb98269ddeeb2e06b19800ba4beac5e9 /Makefile
parent68b3e4659c990a1ea6a290a210736e3cdfc05aa9 (diff)
downloadtheme-master.tar
theme-master.tar.gz
theme-master.tar.bz2
theme-master.tar.xz
theme-master.zip
Add CREDITS for screensavers
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; \