summaryrefslogtreecommitdiff
path: root/officecfg/util
diff options
context:
space:
mode:
authorDirk Grobler <dg@openoffice.org>2002-06-03 08:44:55 +0000
committerDirk Grobler <dg@openoffice.org>2002-06-03 08:44:55 +0000
commit0da3a21a701d1dee73c9c25f3a770ec92439ab91 (patch)
tree1d4801e4732936e36e05177deb106fc01c2a6b41 /officecfg/util
parent39df7e1fe3116e6fdd5e943b8ed49ec2ef99b53a (diff)
#98120# dependencies for xcd, xml files added
Diffstat (limited to 'officecfg/util')
-rw-r--r--officecfg/util/makefile.pmk9
1 files changed, 7 insertions, 2 deletions
diff --git a/officecfg/util/makefile.pmk b/officecfg/util/makefile.pmk
index 12c5f97d47..e8e47f7478 100644
--- a/officecfg/util/makefile.pmk
+++ b/officecfg/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: dg $ $Date: 2002-05-28 11:50:53 $
+# last change: $Author: dg $ $Date: 2002-06-03 09:44:55 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,6 +71,11 @@ $(MISC)$/xcdformat$/%.xcd : %.xcs
-$(MKDIR) -p $(@:d)
java -classpath $(COMMON_BUILD_TOOLS)$/xt.jar$(PATH_SEPERATOR)$(COMMON_BUILD_TOOLS)$/parser.jar$(PATH_SEPERATOR)$(CLASSDIR)$/cfgimport.jar -Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver $< $(PRJ)$/util$/rschema.xsl $(MISC)$/xcdformat$/$(<:d)$(<:b).xcd xcu=$(PRJ)$/registry$/data$/$(<:d)$(<:b).xcu schemaRoot=$(PRJ)$/registry$/schema
+# convert to old format xcd format
+$(MISC)$/xcdformat$/%.xcd : %.xcu
+ -$(MKDIR) -p $(@:d)
+ java -classpath $(COMMON_BUILD_TOOLS)$/xt.jar$(PATH_SEPERATOR)$(COMMON_BUILD_TOOLS)$/parser.jar$(PATH_SEPERATOR)$(CLASSDIR)$/cfgimport.jar -Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver $(PRJ)$/registry$/schema$/$(<:d)$(<:b).xcs $(PRJ)$/util$/rschema.xsl $(MISC)$/xcdformat$/$(<:d)$(<:b).xcd xcu=$(PRJ)$/registry$/data$/$(<:d)$(<:b).xcu schemaRoot=$(PRJ)$/registry$/schema
+
# stripping and validating schema files
$(MISC)$/registry$/schema$/%.xcs : %.xcs
-$(MKDIR) -p $(@:d)