Tag: cws_src680_rptwizard01 User: lla Date: 2008-05-20 13:07:57+0000 Modified: dba/reportdesign/util/makefile.mk
Log: #i86092# support default.odr File Changes: Directory: /dba/reportdesign/util/ ================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/reportdesign/util/makefile.mk?r1=1.12.8.4&r2=1.12.8.5 Delta lines: +16 -4 -------------------- --- makefile.mk 2008-04-16 09:59:55+0000 1.12.8.4 +++ makefile.mk 2008-05-20 13:07:54+0000 1.12.8.5 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12.8.4 $ +# $Revision: 1.12.8.5 $ # -# last change: $Author: lla $ $Date: 2008/04/16 09:59:55 $ +# last change: $Author: lla $ $Date: 2008/05/20 13:07:54 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -221,7 +221,11 @@ $(ZIP1DIR)$/META-INF$/manifest.xml XCU_FILES := $(ZIP1DIR)$/registry$/data$/org$/openoffice$/Office$/DataAccess.xcu \ - $(ZIP1DIR)$/registry$/data$/org$/openoffice$/Office$/ReportDesign.xcu + $(ZIP1DIR)$/registry$/data$/org$/openoffice$/Office$/ReportDesign.xcu \ + $(ZIP1DIR)$/registry$/data$/org$/openoffice$/Office$/Paths.xcu + +ODR_FILES := \ + $(ZIP1DIR)$/template$/wizard$/report$/default.odr .IF "$(WITH_LANG)"!="" XCU_TMP := $(MISC)$/merge$/org$/openoffice$/Office$/DataAccess.xcu @@ -260,7 +264,7 @@ .INCLUDE : target.mk .IF "$(ZIP1TARGETN)"!="" -$(ZIP1TARGETN) : $(TXTFILES) $(XMLFILES) $(HTMLFILES) $(REPORTJARFILES) +$(ZIP1TARGETN) : $(TXTFILES) $(XMLFILES) $(HTMLFILES) $(REPORTJARFILES) $(ODR_FILES) .ENDIF # "$(ZIP1TARGETN)"!=" $(MISC)$/update_report.flag : $(XCU_FILES) @@ -289,6 +293,14 @@ @@-$(MKDIRHIER) $(@:d) $(COPY) $< $@ +$(ZIP1DIR)$/template$/wizard$/report$/%.odr : $(MISC)$/template$/wizard$/report$/%.odr + @@-$(MKDIRHIER) $(@:d) + $(COPY) $< $@ + +$(ZIP1DIR)$/template$/%.xcu : $(MISC)$/template$/%.xcu + @@-$(MKDIRHIER) $(@:d) + $(COPY) $< $@ + $(ZIP1DIR)$/merge$/org$/openoffice$/Office$/%.xcu : $(XCU_TMP) @@-$(MKDIRHIER) $(@:d) echo $(XCU_TMP) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
