Skip to content

Commit

Permalink
Remove duplicate words when build
Browse files Browse the repository at this point in the history
  • Loading branch information
akiirui authored and felixonmars committed Mar 31, 2022
1 parent 1310ec3 commit 18fd6a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -26,7 +26,8 @@ zhwiki.source: $(FILENAME) $(WEB_SLANG_FILE)
cat $(FILENAME) $(WEB_SLANG_FILE) > zhwiki.source

zhwiki.raw: zhwiki.source
./convert.py zhwiki.source > zhwiki.raw
./convert.py zhwiki.source > zhwiki.raw.tmp
sort -u zhwiki.raw.tmp > zhwiki.raw

zhwiki.dict: zhwiki.raw
libime_pinyindict zhwiki.raw zhwiki.dict
Expand Down

0 comments on commit 18fd6a0

Please sign in to comment.