summaryrefslogtreecommitdiff
path: root/setup_native/scripts/makefile.mk
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-10-27 11:10:01 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-10-27 11:10:01 +0000
commit3d706cb2f821759665b85afe5263fb807d843a79 (patch)
tree62e2b8d508bdb6ad7ef43c69fa6eb541e0bc40e7 /setup_native/scripts/makefile.mk
parent04e58509ff476d213609858f9350b30895db5cfc (diff)
INTEGRATION: CWS native68 (1.9.86); FILE MERGED
2006/10/12 10:15:26 is 1.9.86.1: #i69940# installing extension during office installation
Diffstat (limited to 'setup_native/scripts/makefile.mk')
-rw-r--r--setup_native/scripts/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup_native/scripts/makefile.mk b/setup_native/scripts/makefile.mk
index 3fcd15553104..57d4fa6fca84 100644
--- a/setup_native/scripts/makefile.mk
+++ b/setup_native/scripts/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: rt $ $Date: 2005-11-09 09:27:07 $
+# last change: $Author: rt $ $Date: 2006-10-27 12:10:01 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -47,6 +47,8 @@ TARGET=install
UNIXTEXT= \
$(BIN)$/langpackscript.sh \
$(BIN)$/linuxpatchscript.sh \
+ $(BIN)$/register_extensions \
+ $(BIN)$/deregister_extensions \
$(BIN)$/downloadscript.sh
# --- Targets ------------------------------------------------------