diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-20 09:04:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-20 09:04:01 +0000 |
commit | 40fe03ddb69c68b61bbbcd156a82092221ffdbe1 (patch) | |
tree | 362ddb6292fb764543537d1d7acc5e52365390c3 /desktop/scripts | |
parent | 828427e427862b2a119d6df5958dc5d67d040533 (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.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/scripts/makefile.mk b/desktop/scripts/makefile.mk index c3e7fd84869a..c74b70140ef6 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" > $@ + |