diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 037cb5dce95b..8edf57e7c0a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -409,6 +409,14 @@ endif cd $(WORKDIR)/symbols/ && zip -r $(WORKDIR)/symbols.zip * +create-mar: + rm -fr $(WORKDIR)/installation/mar/ + rm -fr $(WORKDIR)/installation/temp/ + mkdir -p $(WORKDIR)/installation/temp/ + mkdir -p $(WORKDIR)/installation/mar/ + tar -xzf $(WORKDIR)/installation/LibreOfficeDev/archive/install/en-US/LibreOffice* -C $(WORKDIR)/installation/temp/ + $(SRCDIR)/bin/update/make_full_update.sh $(WORKDIR)/installation/mar/test.mar $(WORKDIR)/installation/temp/*/ + upload-symbols: $(MAKE) -f $(SRCDIR)/Makefile.gbuild upload-symbols |