Tag: cws_src680_rptwizard01 User: lla Date: 2008-06-02 07:06:13+0000 Modified: dba/reportdesign/util/makefile.mk
Log: #i86092# templates ends with otr 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.6&r2=1.12.8.7 Delta lines: +6 -6 ------------------- --- makefile.mk 2008-05-21 10:09:51+0000 1.12.8.6 +++ makefile.mk 2008-06-02 07:06:09+0000 1.12.8.7 @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12.8.6 $ +# $Revision: 1.12.8.7 $ # # This file is part of OpenOffice.org. # @@ -220,8 +220,8 @@ $(ZIP1DIR)$/registry$/data$/org$/openoffice$/Office$/ReportDesign.xcu \ $(ZIP1DIR)$/registry$/data$/org$/openoffice$/Office$/Paths.xcu -ODR_FILES := \ - $(ZIP1DIR)$/template$/wizard$/report$/default.odr +OTR_FILES := \ + $(ZIP1DIR)$/template$/en-US$/wizard$/report$/default.otr .IF "$(WITH_LANG)"!="" XCU_TMP := $(MISC)$/merge$/org$/openoffice$/Office$/DataAccess.xcu @@ -260,7 +260,7 @@ .INCLUDE : target.mk .IF "$(ZIP1TARGETN)"!="" -$(ZIP1TARGETN) : $(TXTFILES) $(XMLFILES) $(HTMLFILES) $(REPORTJARFILES) $(ODR_FILES) +$(ZIP1TARGETN) : $(TXTFILES) $(XMLFILES) $(HTMLFILES) $(REPORTJARFILES) $(OTR_FILES) .ENDIF # "$(ZIP1TARGETN)"!=" $(MISC)$/update_report.flag : $(XCU_FILES) @@ -289,7 +289,7 @@ @@-$(MKDIRHIER) $(@:d) $(COPY) $< $@ -$(ZIP1DIR)$/template$/wizard$/report$/%.odr : $(MISC)$/template$/wizard$/report$/%.odr +$(ZIP1DIR)$/template$/en-US$/wizard$/report$/%.otr : $(MISC)$/template$/en-US$/wizard$/report$/%.otr @@-$(MKDIRHIER) $(@:d) $(COPY) $< $@ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
