Skip to content

Commit

Permalink
修改zhwiki.dict.yaml中的版本信息
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcjs committed Oct 28, 2021
1 parent 7f37d54 commit 8482687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8482687

Please sign in to comment.