summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-05-20 09:38:10 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-05-20 09:38:10 +0200
commit9d4e9bfa8f4ccad5eacd16b80cb628b00c04c8ef (patch)
tree0add48700bcfc5a54a3e8af46b913ae5ff4e6213
parentcb9334a1a9ee687b999712f83954bae2361f8032 (diff)
Some moving of block to have the numbers in sequencefeature/gsoc2011_wizards
-rw-r--r--writerperfect/util/makefile.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/writerperfect/util/makefile.mk b/writerperfect/util/makefile.mk
index 180c5dd5c..3302c00ab 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 \