|
From: <and...@us...> - 2007-06-12 13:48:39
|
Revision: 9170
http://zaf.svn.sourceforge.net/zaf/?rev=9170&view=rev
Author: andreaspauley
Date: 2007-06-12 06:48:34 -0700 (Tue, 12 Jun 2007)
Log Message:
-----------
Corrected some errors in the building of version 2 xpi files.
Modified Paths:
--------------
trunk/dict/utils/Makefile.language
Modified: trunk/dict/utils/Makefile.language
===================================================================
--- trunk/dict/utils/Makefile.language 2007-06-12 11:49:58 UTC (rev 9169)
+++ trunk/dict/utils/Makefile.language 2007-06-12 13:48:34 UTC (rev 9170)
@@ -92,7 +92,7 @@
rm -rf $(TARGETS_MYSPELL)
# make myspell will make the required zip files
-myspell: myspell/myspell-$(LANG)_$(REGION)-$(VERSION).zip myspell/myspell-pack-$(LANG)-$(REGION)-$(VERSION).zip myspell/spell-$(LANG)-$(REGION)-$(VERSION).xpi myspell/spell2-$(LANG)-$(REGION)-$(VERSION).xpi myspell-xpi2
+myspell: myspell/myspell-$(LANG)_$(REGION)-$(VERSION).zip myspell/myspell-pack-$(LANG)-$(REGION)-$(VERSION).zip myspell/spell-$(LANG)-$(REGION)-$(VERSION).xpi myspell-xpi2
# this is a package that is usable for offline installation
myspell/myspell-pack-$(LANG)-$(REGION)-$(VERSION).zip: myspell/myspell-$(LANG)_$(REGION)-$(VERSION).zip myspell/spell.txt
@@ -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 myspell/xpi2/install.js myspell/xpi2/install.rdf
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.
|