aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKylie McClain <somasis@exherbo.org>2015-08-10 22:19:56 -0400
committerKylie McClain <somasis@exherbo.org>2015-08-10 22:24:47 -0400
commit611eec932fce2f8f90cba9d1532a547cd1dec7c8 (patch)
tree29723bb649ca315b291f557aefc51e5d5c298a3c
parent34dd27665fe47acacf889cbb1803b921e2cba3d7 (diff)
Makefile: make install depend on `generate`
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2484ba..b913943 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ clean:
rm -rf $(BASE)
$(foreach COLOR,$(COLORS),rm -rf Shiki-$(COLOR)/;)
-install:
+install: generate
mkdir -p $(DESTDIR)$(PREFIX)/share/themes
mkdir -p $(DESTDIR)$(PREFIX)/share/plank/themes
$(foreach PLANK_THEME,$(PLANK),cp -r plank/$(PLANK_THEME) $(DESTDIR)$(PREFIX)/share/plank/themes/$(PLANK_THEME);)