diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-12-23 10:44:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-12-23 10:44:35 +0000 |
commit | efa22d7ba7c8631afad6acc6a7f4b001f2a9f322 (patch) | |
tree | c421a4859a6982dd370b3ec6ba20ccde3631df48 /scripting/examples | |
parent | a5c7c96f6929e08da2a3d259a2b5f3a3a6443914 (diff) |
INTEGRATION: CWS scriptingf9 (1.5.38); FILE MERGED
2004/11/24 16:42:36 toconnor 1.5.38.1: #i36849# only ship files that are needed for Highlight dialog
Diffstat (limited to 'scripting/examples')
-rwxr-xr-x | scripting/examples/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/scripting/examples/makefile.mk b/scripting/examples/makefile.mk index 695febcdeec4..e408746db2e4 100755 --- a/scripting/examples/makefile.mk +++ b/scripting/examples/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2004-04-15 08:31:05 $ +# last change: $Author: vg $ $Date: 2004-12-23 11:44:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -59,7 +59,6 @@ # # #************************************************************************* - PRJ=.. PRJNAME=scriptinginstaller TARGET=scriptinginstaller @@ -89,6 +88,6 @@ ZIP4LIST=python ZIP5FLAGS=-r ZIP5TARGET=scriptbindinglib ZIP5DIR=$(PRJ)$/workben$/bindings -ZIP5LIST=*.xlb *.xdl *.xba +ZIP5LIST=*.xlb Highlight.xdl .INCLUDE : target.mk |