mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix typo in Makefile
Didn't seem to matter...
This commit is contained in:
parent
924511ac82
commit
4b55b0b873
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ $(XWLANG)Main.dict.gz: $(SOURCEDICT) $(MAKEFILE)
|
|||
| sed 's/L-L/1/g' \
|
||||
| sed 's/NY/2/g' \
|
||||
| sed 's/QU/3/g' \
|
||||
| grep '^[[1-3ÇA-JL-PR-VXZ]*$$' \
|
||||
| grep '^[1-3ÇA-JL-PR-VXZ]*$$' \
|
||||
| tr '123' '\001\002\003' \
|
||||
| gzip - > $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue