|
From: <dwa...@us...> - 2007-07-11 20:33:00
|
Revision: 9177
http://zaf.svn.sourceforge.net/zaf/?rev=9177&view=rev
Author: dwaynebailey
Date: 2007-07-11 13:32:58 -0700 (Wed, 11 Jul 2007)
Log Message:
-----------
Fix the dependencies in xpi2 building
Modified Paths:
--------------
trunk/dict/utils/Makefile.language
Modified: trunk/dict/utils/Makefile.language
===================================================================
--- trunk/dict/utils/Makefile.language 2007-07-02 14:09:18 UTC (rev 9176)
+++ trunk/dict/utils/Makefile.language 2007-07-11 20:32:58 UTC (rev 9177)
@@ -149,7 +149,7 @@
myspell/xpi2/install.rdf: ../utils/mozilla/install.rdf.in
sed "s/{LANG}/$(LANG)/; s/{REGION}/$(REGION)/; s/{LANGNAME}/$(LANGNAME)/; s/{REGIONNAME}/$(REGIONNAME)/; s/{VERSION}/$(VERSION)/" < $< > $@
-myspell-xpi2: myspell/xpi2 myspell/xpi2/install.js myspell/xpi2/install.rdf
+myspell-xpi2: myspell/xpi2 myspell/xpi2/install.js myspell/xpi2/install.rdf myspell/README-$(LANG)-$(REGION).txt myspell/$(LANG)-$(REGION).dic myspell/$(LANG)-$(REGION).aff
cp myspell/README-$(LANG)-$(REGION).txt myspell/xpi2/
mkdir -p myspell/xpi2/dictionaries
cp myspell/$(LANG)-$(REGION).dic myspell/xpi2/dictionaries/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|