From 2a03e5b1ea0a47ed1ba4d9f7c270588c1b01543d Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 29 Dec 2022 12:28:02 +0100 Subject: update yomichan readme and add target for patched zip --- yomichan/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'yomichan/makefile') 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 -- cgit v1.2.3