summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Höppner2017-01-03 18:15:57 +0100
committerTill Höppner2017-01-03 18:15:57 +0100
commitef78253ef938e8f971122237175f8cc8f8d061da (patch)
treef4081c5817ea26b89ec19ab624ba95be42b5f1d7
parentcd55a0b7334c78794792c2a67ad10d642a07464d (diff)
downloadtg-solarized-ef78253ef938e8f971122237175f8cc8f8d061da.tar.gz
tg-solarized-ef78253ef938e8f971122237175f8cc8f8d061da.tar.xz
tg-solarized-ef78253ef938e8f971122237175f8cc8f8d061da.zip
Include tiled background
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3405bd8..0271585 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ dirs: out/dark/.d out/light/.d
out/%/colors.tdesktop-theme: solarized.part %.part colors.part
cat $^ > $@
-out/tg-solarized-%.tdesktop-theme: out/%/colors.tdesktop-theme
- zip $@ $^
+out/tg-solarized-%.tdesktop-theme: tiled.png out/%/colors.tdesktop-theme
+ zip -j $@ $^
.PHONY: clean
clean: