diff options
author | Kylie McClain <somasis@exherbo.org> | 2015-08-10 22:19:56 -0400 |
---|---|---|
committer | Kylie McClain <somasis@exherbo.org> | 2015-08-10 22:24:47 -0400 |
commit | 611eec932fce2f8f90cba9d1532a547cd1dec7c8 (patch) | |
tree | 29723bb649ca315b291f557aefc51e5d5c298a3c /Makefile | |
parent | 34dd27665fe47acacf889cbb1803b921e2cba3d7 (diff) |
Makefile: make install depend on `generate`
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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);) |