aboutsummaryrefslogtreecommitdiff
path: root/yomichan-user/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-01-30 16:56:55 +0100
committerlonkaars <loek@pipeframe.xyz>2023-01-30 16:56:55 +0100
commit7722306155088966bd2e09a0a7ba910ca9141fd1 (patch)
tree69c990ec8cb645e383186c6f401140758bd82227 /yomichan-user/makefile
parentea06526ea33df1ae5b38065a87c72af1614ace22 (diff)
added shortcuts, fixed duplicate buttons and updated readme3.2.0
Diffstat (limited to 'yomichan-user/makefile')
-rw-r--r--yomichan-user/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/yomichan-user/makefile b/yomichan-user/makefile
index 4e93d1a..21b41d5 100644
--- a/yomichan-user/makefile
+++ b/yomichan-user/makefile
@@ -8,6 +8,7 @@ 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
+user.js: conf.d/shortcuts.js
include ../common.mk
@@ -26,6 +27,7 @@ user.css:
cat $^ > $@
header.txt: header.txt.m4
+header.txt: ../.git/HEAD
yomichan-user.js: header.txt user.min.js
cat $^ > $@