From d9dc4441db762791624e5285a805c23390c43ba4 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Fri, 8 Apr 2011 14:42:14 +0200 Subject: added sdfilt.component for pptx export Signed-off-by: Katarina Machalkova Signed-off-by: Michael Meeks Signed-off-by: Fridrich Strba --- sd/prj/d.lst | 1 + sd/util/makefile.mk | 8 +++++++- sd/util/sdfilt.component | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 sd/util/sdfilt.component (limited to 'sd') diff --git a/sd/prj/d.lst b/sd/prj/d.lst index 0ebbb9a4eff0..ad4a52aae1e5 100644 --- a/sd/prj/d.lst +++ b/sd/prj/d.lst @@ -57,3 +57,4 @@ mkdir: %_DEST%\inc%_EXT%\sd ..\%__SRC%\misc\sd.component %_DEST%\xml%_EXT%\sd.component ..\%__SRC%\misc\sdd.component %_DEST%\xml%_EXT%\sdd.component +..\%__SRC%\misc\sdfilt.component %_DEST%\xml%_EXT%\sdfilt.component diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk index 702cc27cddfc..8eda79e40484 100755 --- a/sd/util/makefile.mk +++ b/sd/util/makefile.mk @@ -280,7 +280,7 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk @echo Making: $@ @$(TYPE) sd.flt > $@ -ALLTAR : $(MISC)/sd.component $(MISC)/sdd.component +ALLTAR : $(MISC)/sd.component $(MISC)/sdd.component $(MISC)/sdfilt.component $(MISC)/sd.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ sd.component @@ -293,3 +293,9 @@ $(MISC)/sdd.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ $(XSLTPROC) --nonet --stringparam uri \ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \ $(SOLARENV)/bin/createcomponent.xslt sdd.component + +$(MISC)/sdfilt.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ + sdfilt.component + $(XSLTPROC) --nonet --stringparam uri \ + '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \ + $(SOLARENV)/bin/createcomponent.xslt sdfilt.component diff --git a/sd/util/sdfilt.component b/sd/util/sdfilt.component new file mode 100644 index 000000000000..397d31cf648f --- /dev/null +++ b/sd/util/sdfilt.component @@ -0,0 +1,7 @@ + + + + + + -- cgit