diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-08 11:00:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-08 11:00:30 +0000 |
commit | 4fc06ab2ce244edb925d06bac8a1724f31ebaa0b (patch) | |
tree | fa7a6978afbfb39b0d8c741420b7763f1c44218c | |
parent | 3a46d977c2070ce8b529986afd01dea1f9465f52 (diff) |
INTEGRATION: CWS ause070 (1.4.24); FILE MERGED
2006/10/18 15:19:22 hjs 1.4.24.2: #i70136# change check to work with configure default
2006/10/17 10:52:34 hjs 1.4.24.1: #i70136# switch source dir for .xcu
-rw-r--r-- | extensions/source/update/check/makefile.mk | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/extensions/source/update/check/makefile.mk b/extensions/source/update/check/makefile.mk index 6f23a86f0905..559ca60d1e14 100644 --- a/extensions/source/update/check/makefile.mk +++ b/extensions/source/update/check/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: obo $ $Date: 2006-09-15 14:03:32 $ +# last change: $Author: kz $ $Date: 2006-11-08 12:00:30 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -106,11 +106,17 @@ LOCALIZEDFILES= \ ALLTAR : $(MYXCUFILES) -$(SPOOLDIR)$/$(PACKAGEDIR)$/Addons$/Addons-onlineupdate.xcu : $(PROCESSOUT)$/merge$/$(PACKAGEDIR)$/Addons.xcu +.IF "$(WITH_LANG)"!="" +XCU_SOURCEDIR:=$(PROCESSOUT)$/merge$/$(PACKAGEDIR) +.ELSE # "$(WITH_LANG)"!="" +XCU_SOURCEDIR:=. +.ENDIF # "$(WITH_LANG)"!="" + +$(SPOOLDIR)$/$(PACKAGEDIR)$/Addons$/Addons-onlineupdate.xcu : $(XCU_SOURCEDIR)$/Addons.xcu @$(MKDIRHIER) $(@:d) @+$(COPY) $< $@ -$(SPOOLDIR)$/$(PACKAGEDIR)$/Jobs$/Jobs-onlineupdate.xcu : $(PROCESSOUT)$/merge$/$(PACKAGEDIR)$/Jobs.xcu +$(SPOOLDIR)$/$(PACKAGEDIR)$/Jobs$/Jobs-onlineupdate.xcu : $(XCU_SOURCEDIR)$/Jobs.xcu @$(MKDIRHIER) $(@:d) @+$(PERL) transform.pl < $< > $@ # @+$(COPY) $< $@ |