summaryrefslogtreecommitdiff
path: root/helpcontent2
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-06-16 18:11:49 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-06-16 18:11:49 +0000
commitc6b61710c44abd1b8dda1f3e3736fe6bc19ac1b4 (patch)
treed990c49a20ae6f5875301357fc9f69c4dc057ca8 /helpcontent2
parent4dd442010398f4d280ebaa1de3d066185da00daf (diff)
CWS-TOOLING: integrate CWS ause102
2009-06-16 19:22:59 +0200 hjs r273039 : #i102607# don't kill mingw 2009-06-12 15:17:22 +0200 ihi r272921 : #i102607# add path before calling l10n tool 2009-06-11 14:25:20 +0200 hjs r272873 : #i102607# on EPM=internal call binary with full path 2009-06-10 13:35:48 +0200 hjs r272807 : #i102607# remove solver PATH entry from OOo env. 2009-06-10 12:10:44 +0200 hjs r272802 : #i102635# correct dependencies for all 2009-06-10 11:58:53 +0200 hjs r272801 : #i102607# call tools from solver with absolute path
Diffstat (limited to 'helpcontent2')
-rwxr-xr-xhelpcontent2/makefile.pmk2
-rwxr-xr-xhelpcontent2/util/target.pmk2
2 files changed, 2 insertions, 2 deletions
diff --git a/helpcontent2/makefile.pmk b/helpcontent2/makefile.pmk
index ca7843556d..d47e0ae66c 100755
--- a/helpcontent2/makefile.pmk
+++ b/helpcontent2/makefile.pmk
@@ -44,7 +44,7 @@ $(COMMONMISC)$/{$(aux_alllangiso)}$/$(SHELL_PACKAGE)$/%.xhp :| %.xhp
$(COMMONMISC)$/$(TARGET).done : $(HLANGXHPFILES)
.IF "$(WITH_LANG)"!=""
- @$(AUGMENT_LIBRARY_PATH) helpex -QQ -p helpcontent2 -r $(PRJ) -i @$(mktmp $(uniq $(foreach,i,$? $(!eq,$(i:f),$(i:f:s/.xhp//) $(i:f) $(XHPFILES))))) -x $(COMMONMISC) -y $(SHELL_PACKAGE) -l all -lf $(aux_alllangiso:t",") -m localize.sdf && $(TOUCH) $@
+ @$(HELPEX) -QQ -p helpcontent2 -r $(PRJ) -i @$(mktmp $(uniq $(foreach,i,$? $(!eq,$(i:f),$(i:f:s/.xhp//) $(i:f) $(XHPFILES))))) -x $(COMMONMISC) -y $(SHELL_PACKAGE) -l all -lf $(aux_alllangiso:t",") -m localize.sdf && $(TOUCH) $@
.ELSE # "$(WITH_LANG)"!=""
.IF "$(USE_SHELL)"=="4nt"
# it's getting real ugly...
diff --git a/helpcontent2/util/target.pmk b/helpcontent2/util/target.pmk
index 6b34104ba8..b126013457 100755
--- a/helpcontent2/util/target.pmk
+++ b/helpcontent2/util/target.pmk
@@ -39,7 +39,7 @@ JAVA_LIBRARY_PATH= -Djava.library.path=$(SOLARSHAREDBIN)
.ENDIF
$(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/$$(@:b:s/_/./:e:s/.//)/$i) $(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS)) $(COMMONMISC)$/xhp_changed.flag $(PRJ)$/helpers$/hid.lst
- $(AUGMENT_LIBRARY_PATH) $(WRAPCMD) HelpLinker @$(mktmp -mod $(LINKNAME) -hid $(PRJ)$/helpers/hid.lst -src $(COMMONMISC) -sty $(PRJ)$/source$/auxiliary$/embed.xsl -zipdir $(MISC)$/ziptmp$(@:b) -idxcaption $(PRJ)$/source$/auxiliary$/idxcaption.xsl -idxcontent $(PRJ)$/source$/auxiliary$/idxcontent.xsl -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@)
+ $(HELPLINKER) @$(mktmp -mod $(LINKNAME) -hid $(PRJ)$/helpers/hid.lst -src $(COMMONMISC) -sty $(PRJ)$/source$/auxiliary$/embed.xsl -zipdir $(MISC)$/ziptmp$(@:b) -idxcaption $(PRJ)$/source$/auxiliary$/idxcaption.xsl -idxcontent $(PRJ)$/source$/auxiliary$/idxcontent.xsl -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@)
.IF "$(SOLAR_JAVA)" == "TRUE"
$(JAVAI) $(JAVA_LIBRARY_PATH) -cp "$(my_cp)" com.sun.star.help.HelpIndexer -lang $(@:b:s/_/./:e:s/.//) -mod $(LINKNAME) -zipdir $(MISC)$/ziptmp$(@:b) -o $@
.ELSE
value='libreoffice-4-2-4'>libreoffice-4-2-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/starmath/JunitTest_starmath_unoapi.mk
left'>Commit message (Expand)
AgeCommit message (Expand)Author
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski
Author
2021-12-20Windows format name is UniformResourceLocatorW for Unicode stringsMike Kaganski
2021-12-03tdf#145964: Windows format name is FileNameW for Unicode stringsMike Kaganski
2021-11-24loplugin:stringliteraldefine in comphelperNoel Grandin
2021-11-18rtl::Static->thread-safe static in sotNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in sotMike Kaganski
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-10Missing includeStephan Bergmann
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-01osl::Mutex->std::mutex in FileStreamWrapper_ImplNoel Grandin
2021-07-31getArray->getConstArrayNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-06-11Simplify Sequence/vector initializationsJulien Nabet
2021-06-10loplugin:unnecessaryreturn SotStorageStream::CommitNoel Grandin
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet
2021-06-01no need to allocate these on the heapNoel Grandin
2021-05-07convert sal_uLong in sotNoel Grandin
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-03-18sot: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna
2021-02-20loplugin:refcounting in sotNoel
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara
2021-01-15OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL()Tor Lillqvist
2021-01-14Make SotExchange::GetFormat() accept a MIME type with additional parametersTor Lillqvist
2021-01-14flatten formats data in SotStorageNoel Grandin
2020-12-27ofz#28918 Direct-Leak in SotStorage::OpenSotStreamCaolán McNamara
2020-12-22oss-fuzz: xlsxfuzzer doesn't pass sanity checkCaolán McNamara
2020-12-22split SotStorageStream into two classesNoel
2020-12-18throw exception in SvStream when reading past end of fileNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-19tdf#123936 Formatting files in module sot with clang-formatPhilipp Hofer
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-10-22long->tools::Long in slideshow..starmathNoel
2020-08-12expand out DELETEZNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: sotStephan Bergmann
2020-04-15loplugin:buriedassign in sfx2..sotNoel Grandin
2020-03-12Revert "loplugin:constfields in smoketest..sot"Noel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-02tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten
2019-12-22sal_Char->char in sot..storeNoel Grandin
2019-11-24cppcheck: performing init in init list (sot/svl/svtools/svx)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-03loplugin:stringaddNoel Grandin
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-17ofz#18280 remove LinkedFile supportCaolán McNamara
2019-10-17Remove some memset callsMike Kaganski
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin