diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-05-20 09:38:10 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-05-20 09:38:10 +0200 |
commit | e30ee00b51f27f34f0cd97207cfee71c3249ed2b (patch) | |
tree | e95dcf6b1fb44c0520a0e530e57fb635f613c207 /writerperfect | |
parent | 98449ff1dde518dabf0c530c25efbd8a1026ac0b (diff) |
Some moving of block to have the numbers in sequence
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/util/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/writerperfect/util/makefile.mk b/writerperfect/util/makefile.mk index 180c5dd5c102..3302c00aba15 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 \ |