aboutsummaryrefslogtreecommitdiff
path: root/yomichan/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-12-29 12:28:02 +0100
committerlonkaars <loek@pipeframe.xyz>2022-12-29 12:28:02 +0100
commit2a03e5b1ea0a47ed1ba4d9f7c270588c1b01543d (patch)
tree1f684b9a4657348caf1c3b3a88c9ee9735e0c90f /yomichan/makefile
parent37f66d21ceffbd053447d9f6e64fc3912b5b0db1 (diff)
update yomichan readme and add target for patched zip
Diffstat (limited to 'yomichan/makefile')
-rw-r--r--yomichan/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/yomichan/makefile b/yomichan/makefile
index e00dc57..c4bd45e 100644
--- a/yomichan/makefile
+++ b/yomichan/makefile
@@ -41,6 +41,9 @@ patch:
ln -sf search-patched.html yomichan/search.html
ln -sf manifest-patched.json yomichan/manifest.json
+yomichan-chrome-patched.zip: yomichan patch
+ zip -qr $@ $<
+
clean:
- $(RM) -r sentence-export.min.js yomichan yomichan-chrome.zip
+ $(RM) -r sentence-export.min.js yomichan yomichan-chrome.zip yomichan-chrome-patched.zip