ause119:#i111023# add path to dtd
This commit is contained in:
parent
f3823f56b7
commit
8dee240638
1 changed files with 3 additions and 0 deletions
|
@ -120,10 +120,12 @@ $(PROCESSOUT)/registry/data/$(PACKAGEDIR)/%.xcu : %.xcu
|
|||
$(COMMAND_ECHO)$(XSLTPROC) --nonet -o $(normpath $(subst,$(PATH_IN_MODULE), $(PWD))/$(subst,$(PRJ), $(@:d))$*.val) \
|
||||
--stringparam xcs $(XCSROOTURL)/registry/schema/$(XSLTPACKAGEDIR)/$*.xcs \
|
||||
--stringparam schemaRoot $(XCSROOTURL)/registry/schema \
|
||||
--path $(DTDDIR)/registry \
|
||||
$(SYSXSLDIR)data_val.xsl $<
|
||||
$(COMMAND_ECHO)$(XSLTPROC) --nonet -o $(normpath $(subst,$(PATH_IN_MODULE), $(PWD))/$(subst,$(PRJ), $@)) \
|
||||
--stringparam xcs $(XCSROOTURL)/registry/schema/$(XSLTPACKAGEDIR)/$*.xcs \
|
||||
--stringparam schemaRoot $(XCSROOTURL)/registry/schema \
|
||||
--path $(DTDDIR)/registry \
|
||||
$(SYSXSLDIR)alllang.xsl $<
|
||||
@+-$(RM) $(@:d)$*.val > $(NULLDEV)
|
||||
|
||||
|
@ -154,6 +156,7 @@ $(PROCESSOUT)/registry/res/{$(alllangiso)}/$(PACKAGEDIR)/%.xcu :| %.xcu
|
|||
--stringparam xcs $(XCSROOTURL)/registry/schema/$(XSLTPACKAGEDIR)/$*.xcs \
|
||||
--stringparam schemaRoot $(XCSROOTURL)/registry/schema \
|
||||
--stringparam locale {$(subst,/$(PACKAGEDIR)/$(@:f), $(subst,$(PROCESSOUT)/registry/res/, $@))} \
|
||||
--path $(DTDDIR)/registry \
|
||||
$(SYSXSLDIR)alllang.xsl $<
|
||||
|
||||
# --- languagepack tag modules ---
|
||||
|
|
Loading…
Reference in a new issue