Update git submodules
[LibreOffice.git] / sd / Package_web.mk
blob1c7c6b80a5370692323b7e1c04e6db795e387ee5
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Package_Package,sd_web,$(SRCDIR)/sd/res))
12 $(eval $(call gb_Package_add_files,sd_web,$(LIBO_SHARE_FOLDER)/config/webcast,\
13 webview/common.inc \
14 webview/common.pl \
15 webview/edit.asp \
16 webview/editpic.asp \
17 webview/editpic.pl \
18 webview/edit.pl \
19 webview/index.pl \
20 webview/poll.asp \
21 webview/poll.pl \
22 webview/savepic.asp \
23 webview/savepic.pl \
24 webview/show.asp \
25 webview/show.pl \
26 webview/webcast.asp \
27 webview/webcast.pl \
30 $(eval $(call gb_Package_add_files,sd_web,$(LIBO_SHARE_FOLDER)/config/wizard/web/buttons,\
31 buttons/elementary.zip \
32 buttons/sukapura.zip \
33 buttons/round-white.zip \
34 buttons/simple.zip \
37 # vim: set noet sw=4 ts=4: