From 8482687abe1d2a7708e21dd389b9636a786b861e Mon Sep 17 00:00:00 2001 From: ipcjs Date: Fri, 29 Oct 2021 00:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9zhwiki.dict.yaml=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3c5e67..ea690e0 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,8 @@ zhwiki.dict: zhwiki.raw libime_pinyindict zhwiki.raw zhwiki.dict zhwiki.dict.yaml: zhwiki.source - echo '# zhwiki-$(VERSION)' > zhwiki.dict.yaml + echo '# VERSION: $(VERSION)' > zhwiki.dict.yaml + echo '# WEB_SLANG_VERSION: $(WEB_SLANG_VERSION)' >> zhwiki.dict.yaml echo '---\nname: zhwiki\nversion: "0.1"\nsort: by_weight\n...\n' >> zhwiki.dict.yaml ./convert.py zhwiki.source --rime >> zhwiki.dict.yaml