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