|
From: <fri...@us...> - 2009-12-10 16:50:24
|
Revision: 9993
http://zaf.svn.sourceforge.net/zaf/?rev=9993&view=rev
Author: friedelwolff
Date: 2009-12-10 14:50:50 +0000 (Thu, 10 Dec 2009)
Log Message:
-----------
Remove last remnants of the _unalias.dic file
Modified Paths:
--------------
trunk/dict/utils/Makefile.language
Modified: trunk/dict/utils/Makefile.language
===================================================================
--- trunk/dict/utils/Makefile.language 2009-12-10 12:19:43 UTC (rev 9992)
+++ trunk/dict/utils/Makefile.language 2009-12-10 14:50:50 UTC (rev 9993)
@@ -263,13 +263,12 @@
# this does the work of converting a wordlist into a hunspell dictionary
# it can take a while
-hunspell/$(LANG)_$(REGION)_unalias.dic: hunspell/wordlist.$(CHARSET) hunspell/$(LANG)_$(REGION).aff.in $(HUNMUNCH_DEP)
+hunspell/$(LANG)_$(REGION).dic: hunspell/wordlist.$(CHARSET) hunspell/$(LANG)_$(REGION).aff.in $(HUNMUNCH_DEP)
$(HUNMUNCH) hunspell/wordlist.$(CHARSET) hunspell/$(LANG)_$(REGION).aff.in >$@
hunspell/$(LANG)_$(REGION).dic: hunspell/$(LANG)_$(REGION).aff
-hunspell/$(LANG)_$(REGION).aff: hunspell/$(LANG)_$(REGION).aff.in hunspell/$(LANG)_$(REGION)_unalias.dic
- cp hunspell/$(LANG)_$(REGION)_unalias.dic hunspell/$(LANG)_$(REGION).dic
+hunspell/$(LANG)_$(REGION).aff: hunspell/$(LANG)_$(REGION).aff.in hunspell/$(LANG)_$(REGION).dic
cp hunspell/$(LANG)_$(REGION).aff.in hunspell/$(LANG)_$(REGION).aff
# Autocorrect rules
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|