[Libreoffice-commits] .: writerperfect/util

Fridrich Strba fridrich at kemper.freedesktop.org
Fri May 20 00:38:25 PDT 2011


 writerperfect/util/makefile.mk |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 9d4e9bfa8f4ccad5eacd16b80cb628b00c04c8ef
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Fri May 20 09:38:10 2011 +0200

    Some moving of block to have the numbers in sequence

diff --git a/writerperfect/util/makefile.mk b/writerperfect/util/makefile.mk
index 180c5dd..3302c00 100644
--- a/writerperfect/util/makefile.mk
+++ b/writerperfect/util/makefile.mk
@@ -162,18 +162,18 @@ $(MISC)/wpft.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
         '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
         $(SOLARENV)/bin/createcomponent.xslt wpft.component
 
-$(MISC)/wpgfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
-        wpgfilter.component
-    $(XSLTPROC) --nonet --stringparam uri \
-        '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL3TARGETN:f)' -o $@ \
-        $(SOLARENV)/bin/createcomponent.xslt wpgfilter.component
-
 $(MISC)/msworksfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
         msworksfilter.component
     $(XSLTPROC) --nonet --stringparam uri \
         '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \
         $(SOLARENV)/bin/createcomponent.xslt msworksfilter.component
 
+$(MISC)/wpgfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+        wpgfilter.component
+    $(XSLTPROC) --nonet --stringparam uri \
+        '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL3TARGETN:f)' -o $@ \
+        $(SOLARENV)/bin/createcomponent.xslt wpgfilter.component
+
 $(MISC)/visiofilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
         visiofilter.component
     $(XSLTPROC) --nonet --stringparam uri \


More information about the Libreoffice-commits mailing list