From 7722306155088966bd2e09a0a7ba910ca9141fd1 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 30 Jan 2023 16:56:55 +0100 Subject: added shortcuts, fixed duplicate buttons and updated readme --- yomichan-user/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yomichan-user/makefile') 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 $^ > $@ -- cgit v1.2.3