summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
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" > $@
+