bump product version to 4.1.6.2
[LibreOffice.git] / sd / Package_web.mk
blobd4507ab165fc61b74d84d8b2b5ce6762006df274
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_set_outdir,sd_web,$(INSTDIR)))
14 $(eval $(call gb_Package_add_files,sd_web,share/config/webcast,\
15 webview/common.inc \
16 webview/common.pl \
17 webview/edit.asp \
18 webview/editpic.asp \
19 webview/editpic.pl \
20 webview/edit.pl \
21 webview/index.pl \
22 webview/poll.asp \
23 webview/poll.pl \
24 webview/savepic.asp \
25 webview/savepic.pl \
26 webview/show.asp \
27 webview/show.pl \
28 webview/webcast.asp \
29 webview/webcast.pl \
32 $(eval $(call gb_Package_add_files,sd_web,share/config/wizard/web/buttons,\
33 buttons/glas-blue.zip \
34 buttons/glas-green.zip \
35 buttons/glas-red.zip \
36 buttons/round-gorilla.zip \
37 buttons/round-white.zip \
38 buttons/simple.zip \
39 buttons/square-blue.zip \
40 buttons/square-gray.zip \
41 buttons/square-green.zip \
42 buttons/square-red.zip \
43 buttons/square-yellow.zip \
46 # vim: set noet sw=4 ts=4: