mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
go back to old dict -- correcting a change I didn't mean to check in.
This commit is contained in:
parent
9c5b2c9f4f
commit
e8e0b25fad
1 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,8 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
XWLANG=Slovak
|
||||
LANGCODE=sk_SK
|
||||
XWLANG = Slovak
|
||||
LANGCODE = sk_SK
|
||||
ENC = UTF-8
|
||||
|
||||
TARGET_TYPE ?= WINCE
|
||||
|
@ -25,7 +25,7 @@ include ../Makefile.2to8
|
|||
|
||||
include ../Makefile.langcommon
|
||||
|
||||
SOURCEDICT ?= $(XWDICTPATH)/Slovak/slovak.dict.gz
|
||||
SOURCEDICT ?= $(XWDICTPATH)/Slovak/slovnik_scrabble.dict.gz
|
||||
|
||||
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
||||
zcat $< | tr -d '\r' | \
|
||||
|
|
Loading…
Reference in a new issue