[Libreoffice-commits] ooxml-strict/Makefile

Thorsten Behrens thorsten at kemper.freedesktop.org
Mon Dec 20 08:59:36 PST 2010


 ooxml-strict/Makefile |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ec72820f787a92ad8bb30c4a7753f00a6bf9b0b4
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Mon Dec 20 17:46:27 2010 +0100

    Permute order of namespaces, to match generator output

diff --git a/ooxml-strict/Makefile b/ooxml-strict/Makefile
index 596e1d1..67eb7d7 100755
--- a/ooxml-strict/Makefile
+++ b/ooxml-strict/Makefile
@@ -27,15 +27,15 @@ dml: dml-main.xsd
 
 pml: pml.xsd
 	$(ECHO) `pwd`
-	./genbindings.sh $< pml pmldiagram pmlchart pmlpicture msocompat pmlcompat pmllockedcanvas
+	./genbindings.sh $< pml pmldiagram pmllockedcanvas pmlchart pmlpicture pmlcompat msocompat
 
 wml: wml.xsd
 	$(ECHO) `pwd`
-	./genbindings.sh $< wml wmldiagram wmlcompat wmldrawing wmlpicture wmlchart wmllockedcanvas
+	./genbindings.sh $< wml wmldiagram wmlchart wmlcompat wmllockedcanvas wmldrawing wmlpicture
 
 sml: sml.xsd
 	$(ECHO) `pwd`
-	./genbindings.sh $< sml smldiagram smlcompat smllockedcanvas smlchart smlpicture
+	./genbindings.sh $< sml smldiagram smlchart smlpicture smlcompat smllockedcanvas
 
 props: shared-documentPropertiesExtended.xsd
 	$(ECHO) `pwd`


More information about the Libreoffice-commits mailing list