aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/Makefile b/static/Makefile
index b85422a3..e567c350 100644
--- a/static/Makefile
+++ b/static/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all clean watch
+.PHONY: all install clean watch
TARGETS := style.css smallcal.css script.out.js
WATCH=
@@ -29,6 +29,8 @@ watch:
rename-session "calp watch" \; \
select-layout even-vertical
+install: all
+ install -m644 -t $(DESTDIR)/usr/share/calp/www/ $(TARGETS)
clean:
rm $(TARGETS)