From be67dc7e3a916855f106536c5c0e4ccea1d8a48a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 5 Oct 2013 18:51:49 +0200 Subject: Add back xsltproc --path arguments ...that 1f82c0a46529ee056e99fd7031b5d569de522359 "gbuild: kill gb_XcsTarget_get_outdir_target" had disposed of, to avoid "failed to load external entity" warnings when .xcs/.xcu files reference DTDs in officecfg/registry/. Change-Id: I99b99a798782be6ad779b3f9d1951a37b1477926 --- solenv/gbuild/Configuration.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solenv/gbuild/Configuration.mk b/solenv/gbuild/Configuration.mk index 49864a51096e..ae671b7ac3a8 100644 --- a/solenv/gbuild/Configuration.mk +++ b/solenv/gbuild/Configuration.mk @@ -113,12 +113,14 @@ $(call gb_Helper_abbreviate_dirs,\ --noout \ --stringparam xcs $(call gb_XcsTarget_for_XcuTarget,$(XCUFILE)) \ $(gb_Configuration__stringparam_schemaRoot) \ + --path $(SRCDIR)/officecfg/registry \ $(gb_XcuDataTarget_XSLT_DataVal) \ $(3) && \ $(gb_Configuration_XSLTCOMMAND) --nonet \ -o $(1) \ --stringparam xcs $(call gb_XcsTarget_for_XcuTarget,$(XCUFILE)) \ $(gb_Configuration__stringparam_schemaRoot) \ + --path $(SRCDIR)/officecfg/registry \ $(gb_XcuTarget_XSLT_AllLang) \ $(3)) endef @@ -249,6 +251,7 @@ $(call gb_Helper_abbreviate_dirs,\ --stringparam xcs $(call gb_XcsTarget_for_XcuTarget,$(XCUFILE)) \ $(gb_Configuration__stringparam_schemaRoot) \ --stringparam locale $(word 2,$(subst /, ,$(2))) \ + --path $(SRCDIR)/officecfg/registry \ $(gb_XcuTarget_XSLT_AllLang) \ $(3)) endef -- cgit