|
From: <dwa...@us...> - 2009-12-09 14:33:15
|
Revision: 9984
http://zaf.svn.sourceforge.net/zaf/?rev=9984&view=rev
Author: dwaynebailey
Date: 2009-12-09 14:33:01 +0000 (Wed, 09 Dec 2009)
Log Message:
-----------
Improve dependencies when building OOo dict extensions
Modified Paths:
--------------
trunk/dict/utils/Makefile.oxts
Modified: trunk/dict/utils/Makefile.oxts
===================================================================
--- trunk/dict/utils/Makefile.oxts 2009-12-09 14:27:34 UTC (rev 9983)
+++ trunk/dict/utils/Makefile.oxts 2009-12-09 14:33:01 UTC (rev 9984)
@@ -87,7 +87,7 @@
@echo "Building dict-$(LANG)$(SUFFIX).update.xml"
$(shell ../../utils/oxt/make-updatexml $(DICT) $(LANG) $(VERSION) $(DOWNLOAD_URLBASE) $(REGION))
-$(TARGETDIR)/description.xml: ../../utils/oxt/make-descriptionxml $(MAKES)
+$(TARGETDIR)/description.xml: ../../utils/oxt/make-descriptionxml $(MAKES) ../../VERSION-$(LANG)_$(REGION).voxt
@echo "Building description.xml"
$(shell ../../utils/oxt/make-descriptionxml $(DICT) $(LANG) $(VERSION) $(DOWNLOAD_URLBASE) $(INFO_URLBASE) $(REGION) $(LANGNAME) "$(REGIONNAME)")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|