summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-08-19 14:34:46 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:15 +0200
commited267696b5b0922eff08823c300f94ff060aab50 (patch)
tree581371b91f9bfb242a007a609f61c8a9e290b1e3 /Makefile.in
parent83b512a15ead126259c5f426087a784bf371b6d1 (diff)
add makefile parts for creating mar files
Change-Id: I004af6b1a5aaa87869ad316dedde1777d2f3cf95
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
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