diff options
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" > $@ + |