From 97b6e373ba2f654dadd9c299c09098879de964fc Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 29 Jan 2023 22:29:48 +0100 Subject: add copy button for copying word to custom card template --- yomichan-user/makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'yomichan-user/makefile') 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 $^ > $@ -- cgit v1.2.3