You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/11/14 22:04:11 UTC

svn commit: r1409397 - in /incubator/ooo/branches/gbuild/main/svx: AllLangResTarget_svx.mk Package_inc.mk

Author: arist
Date: Wed Nov 14 21:04:10 2012
New Revision: 1409397

URL: http://svn.apache.org/viewvc?rev=1409397&view=rev
Log:
ause131_1_d4db48cf91c6.patch

# HG changeset patch
# User Hans-Joachim Lankenau <hj...@openoffice.org>
# Date 1301935995 -7200
# Node ID d4db48cf91c6ae435c9421d8bfa29822f34c74d2
# Parent  7dbaa615ad894cfd4f9611e82783250bd0a3016d
ause131: #i117685# own copy target for globlmn.hrc


Modified:
    incubator/ooo/branches/gbuild/main/svx/AllLangResTarget_svx.mk
    incubator/ooo/branches/gbuild/main/svx/Package_inc.mk

Modified: incubator/ooo/branches/gbuild/main/svx/AllLangResTarget_svx.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/svx/AllLangResTarget_svx.mk?rev=1409397&r1=1409396&r2=1409397&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/svx/AllLangResTarget_svx.mk (original)
+++ incubator/ooo/branches/gbuild/main/svx/AllLangResTarget_svx.mk Wed Nov 14 21:04:10 2012
@@ -131,5 +131,16 @@ $(WORKDIR)/inc/svx/globlmn.hrc_clean :
 	rm -f $(WORKDIR)/inc/svx/lastrun.mk \
 		$(WORKDIR)/inc/svx/globlmn.hrc
 
+$(OUTDIR)/inc/svx/globlmn.hrc : $(WORKDIR)/inc/svx/globlmn.hrc
+	echo copying $@
+	-mkdir -p $(OUTDIR)/inc/svx
+	cp $(WORKDIR)/inc/svx/globlmn.hrc $(OUTDIR)/inc/svx/globlmn.hrc
+
+.PHONY : $(OUTDIR)/inc/svx/globlmn.hrc_clean
+$(OUTDIR)/inc/svx/globlmn.hrc_clean :
+	rm -f $(OUTDIR)/inc/svx/globlmn.hrc
+
+$(call gb_AllLangResTarget_get_target,svx) : $(OUTDIR)/inc/svx/globlmn.hrc
+
 
 # vim: set noet sw=4 ts=4:

Modified: incubator/ooo/branches/gbuild/main/svx/Package_inc.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/svx/Package_inc.mk?rev=1409397&r1=1409396&r2=1409397&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/svx/Package_inc.mk (original)
+++ incubator/ooo/branches/gbuild/main/svx/Package_inc.mk Wed Nov 14 21:04:10 2012
@@ -554,5 +554,4 @@ $(eval $(call gb_Package_add_file,svx_in
 $(eval $(call gb_Package_add_file,svx_inc,inc/svx/colrctrl.hxx,svx/colrctrl.hxx))
 $(eval $(call gb_Package_add_file,svx_inc,inc/svx/fmdpage.hxx,svx/fmdpage.hxx))
 $(eval $(call gb_Package_add_file,svx_inc,inc/svx/sxmtpitm.hxx,svx/sxmtpitm.hxx))
-$(eval $(call gb_Package_add_file,svx_inc,inc/svx/globlmn.hrc,globlmn_tmpl.hrc))