diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-05-14 10:13:21 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-05-14 10:13:21 +0000 |
commit | 90a848901002e4f14bdc505c4281bd24e6234204 (patch) | |
tree | f0884134a78517deeaf7f65fb3e979d80d9bf087 /sc/addin | |
parent | c0183285016268b5be8730f8ee59924aa8c63759 (diff) |
win/tcsh
Diffstat (limited to 'sc/addin')
-rw-r--r-- | sc/addin/util/makefile.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/addin/util/makefile.mk b/sc/addin/util/makefile.mk index 6600bae5bbd2..cd3365b94fa7 100644 --- a/sc/addin/util/makefile.mk +++ b/sc/addin/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:44:47 $ +# last change: $Author: hjs $ $Date: 2002-05-14 11:13:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,10 +72,9 @@ TARGET=autil $(BIN)$/addin.zip : \ $(MISC)$/rot.lst \ $(MISC)$/dfa.lst -.IF "$(GUI)"=="UNX" -# +$(TYPE) $(MISC)$/rot.lst | zip -@ -ll -j -u $(BIN)$/addin.zip - +$(TYPE) $(MISC)$/rot.lst | tr -s " " "\n" | zip -@ -u -j -ll $(BIN)$/addin.zip - +$(TYPE) $(MISC)$/dfa.lst | tr -s " " "\n" | zip -@ -u -j -ll $(BIN)$/addin.zip +.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" + +$(TYPE) $(MISC)$/rot.lst | tr -s " " "\n" | zip -@ -u -j -ll $(BIN)$/addin.zip + +$(TYPE) $(MISC)$/dfa.lst | tr -s " " "\n" | zip -@ -u -j -ll $(BIN)$/addin.zip +chmod +rw $(BIN)$/addin.zip .ELSE +$(TYPE) $< | zip -@ -u -j $(BIN)$/addin.zip |