|
From: <dwa...@us...> - 2007-10-26 07:15:17
|
Revision: 9276
http://zaf.svn.sourceforge.net/zaf/?rev=9276&view=rev
Author: dwaynebailey
Date: 2007-10-26 00:15:21 -0700 (Fri, 26 Oct 2007)
Log Message:
-----------
Clean myspell correctly [Matthias Klose]
Modified Paths:
--------------
trunk/dict/zu/Makefile
Modified: trunk/dict/zu/Makefile
===================================================================
--- trunk/dict/zu/Makefile 2007-10-25 13:19:49 UTC (rev 9275)
+++ trunk/dict/zu/Makefile 2007-10-26 07:15:21 UTC (rev 9276)
@@ -36,7 +36,7 @@
rm -rf $(TARGET_WORDLISTS) $(ZU_TARGET_WORDLISTS)
clean-myspell:
- rm -f $(TARGETS_MYSPELL) $(ZU_TARGETS_MYSPELL)
+ rm -rf $(TARGETS_MYSPELL) $(ZU_TARGETS_MYSPELL)
# we override the generation of the myspell .dic file.
# it does not munch the wordlist, but instead only makes use of the unmunched
# wordlist and then appends the already munched lists.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|