diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-29 00:11:29 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-29 11:37:51 +0100 |
commit | a77ef6c0e4e6096b073552d98b405bda62a8950c (patch) | |
tree | c1f39a94f70016a347ac4b79e9633745b0789ed9 /Repository.mk | |
parent | 30047f28bf0ae8b53dc175ae09350b342159d644 (diff) |
scp2: move writer executables to AutoInstall
Change-Id: Ibcfdd7a8c204a1ec90045ad39ef456237ba80a34
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk index 66efa4ab0e91..628a71ac99eb 100644 --- a/Repository.mk +++ b/Repository.mk @@ -128,6 +128,13 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \ ) \ )) +$(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \ + $(if $(filter WNT,$(OS)), \ + sweb \ + swriter \ + ) \ +)) + $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \ gengal \ )) @@ -171,8 +178,6 @@ $(eval $(call gb_Helper_register_executables,OOO, \ $(if $(filter WNT,$(OS)), \ quickstart \ senddoc \ - sweb \ - swriter \ ) \ )) |