|
From: <fri...@us...> - 2009-12-10 10:35:05
|
Revision: 9990
http://zaf.svn.sourceforge.net/zaf/?rev=9990&view=rev
Author: friedelwolff
Date: 2009-12-10 10:34:39 +0000 (Thu, 10 Dec 2009)
Log Message:
-----------
Generate .aff.in instead of .aff - this blends in better with the current language-independent makefile
Modified Paths:
--------------
trunk/dict/zu/Makefile
Modified: trunk/dict/zu/Makefile
===================================================================
--- trunk/dict/zu/Makefile 2009-12-10 10:25:48 UTC (rev 9989)
+++ trunk/dict/zu/Makefile 2009-12-10 10:34:39 UTC (rev 9990)
@@ -62,7 +62,7 @@
# classified -> munched (tagged) -> combined
-hunspell/$(LANG)_$(REGION).aff: hunspell/zu_aff.py
+hunspell/$(LANG)_$(REGION).aff.in: 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.
|