|
From: <fri...@us...> - 2009-12-10 12:20:31
|
Revision: 9992
http://zaf.svn.sourceforge.net/zaf/?rev=9992&view=rev
Author: friedelwolff
Date: 2009-12-10 12:19:43 +0000 (Thu, 10 Dec 2009)
Log Message:
-----------
Circumvent the .aff.in step that doesn't seem necessary anymore. This should avoid any attempt at munching.
Modified Paths:
--------------
trunk/dict/zu/Makefile
Modified: trunk/dict/zu/Makefile
===================================================================
--- trunk/dict/zu/Makefile 2009-12-10 11:08:00 UTC (rev 9991)
+++ trunk/dict/zu/Makefile 2009-12-10 12:19:43 UTC (rev 9992)
@@ -62,7 +62,7 @@
# classified -> munched (tagged) -> combined
-hunspell/$(LANG)_$(REGION).aff.in: hunspell/zu_aff.py
+hunspell/$(LANG)_$(REGION).aff: hunspell/zu_aff.py
$^ > $@
LOCAL_TARGETS_HUNSPELL= hunspell/munchedlist.in hunspell/munchedlist.$(CHARSET)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|