aboutsummaryrefslogtreecommitdiff
path: root/yomichan-user/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-01-29 22:29:48 +0100
committerlonkaars <loek@pipeframe.xyz>2023-01-29 22:29:48 +0100
commit97b6e373ba2f654dadd9c299c09098879de964fc (patch)
treee0af41a66b133470394e34085dda61a21268ef1f /yomichan-user/makefile
parent2f74b3659b3aac4bd9bccee705f1b972a5332f4d (diff)
add copy button for copying word to custom card template
Diffstat (limited to 'yomichan-user/makefile')
-rw-r--r--yomichan-user/makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/yomichan-user/makefile b/yomichan-user/makefile
index b965974..4e93d1a 100644
--- a/yomichan-user/makefile
+++ b/yomichan-user/makefile
@@ -2,18 +2,23 @@
all: yomichan-user.js yomichan-user.css
+user.js: conf.d/lib.js
user.js: conf.d/sentence-export.js
user.css: conf.d/sentence-export.css
-
user.css: conf.d/custom.css
+user.js: conf.d/word-export.js
+user.css: conf.d/word-export.css
include ../common.mk
copy.svg.b64: copy.svg
+copy-bitmap.svg.b64: copy-bitmap.svg
conf.d/sentence-export.css: copy.svg.b64
conf.d/sentence-export.css: conf.d/sentence-export.css.m4
+conf.d/word-export.css: copy-bitmap.svg.b64
+
user.js:
cat $^ > $@