aboutsummaryrefslogtreecommitdiff
path: root/yomichan-user/makefile
diff options
context:
space:
mode:
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 $^ > $@