summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-20 09:04:01 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-20 09:04:01 +0000
commit6005297902d3c18aeba3bb56e8548ea02851564a (patch)
tree77b03f2758468680a7b37a24891cbcca6fce3284 /desktop/scripts
parent90121ad52000a36a6d7943583f7b87bdf33b0b3a (diff)
INTEGRATION: CWS leansofficesh (1.6.188); FILE MERGED
2005/07/18 07:17:40 fs 1.6.188.2: change requested by reviewer (OBR): use 'tr' to strip windows lineends, in case somebody checks in the file on the wrong platform 2005/07/14 13:14:21 fs 1.6.188.1: #i51935# for SO, use a lean version of soffice.sh
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/makefile.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/scripts/makefile.mk b/desktop/scripts/makefile.mk
index c3e7fd8486..c74b70140e 100644
--- a/desktop/scripts/makefile.mk
+++ b/desktop/scripts/makefile.mk
@@ -82,3 +82,9 @@ UNIXTEXT= \
.INCLUDE : target.mk
+ALLTAR: $(MISC)$/so$/soffice.sh
+
+$(MISC)$/so$/soffice.sh:
+ -$(MKDIR) $(MISC)$/so
+ +$(TYPE) soffice_lean.sh | tr -d "\015" > $@
+