aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-15 22:33:28 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-15 22:33:28 +1300
commitb7d46ec378bbb458ba75433522b8818f16df457e (patch)
treeb08cda136ded2dbfad6d7aa96c31cb9009512891
parent60d38ddd14dde4252a0499cfc87ef7c081663827 (diff)
parent6bd10915ee2fdaac0fa41199dd095c3f6c02c027 (diff)
downloadpetrichor-b7d46ec378bbb458ba75433522b8818f16df457e.tar.xz
Merge branch 'release' into develop
-rw-r--r--Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index a30c6fc..c40d9b0 100644
--- a/Makefile
+++ b/Makefile
@@ -2,24 +2,21 @@ PREFIX=/usr/
DESTDIR=
VERSION=1.0
-
THEME_FILES=\
index.html \
index.theme \
petrichor.js \
- petrichor.css \
- bg.jpg \
- iec5009.svg \
- drop-down.svg
+ petrichor.css
.PHONY: all install
all: $(THEME_FILES)
-install:
+install: all
for f in $(THEME_FILES) ; do \
install -Dm 644 "$$f" -t "$(DESTDIR)/$(PREFIX)/share/lightdm-webkit/themes/petrichor/" ; \
done
+ cp -r image "$(DESTDIR)/$(PREFIX)/share/lightdm-webkit/themes/petrichor/"
install -Dm 644 LICENSE "$(DESTDIR)/$(PREFIX)/share/licenses/petrichor/LICENSE"
clean: