lok: add character parameter to renderFont
[LibreOffice.git] / extras / Package_cfgsrvnolang.mk
blobb1cd16f320c46074ad5f54070bccedfade26f2ae
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,extras_cfgsrvnolang,$(SRCDIR)/extras/source/misc_config))
12 $(eval $(call gb_Package_add_files_with_dir,extras_cfgsrvnolang,$(LIBO_SHARE_FOLDER)/config,\
13 wizard/form/styles/beige.css \
14 wizard/form/styles/bgr.css \
15 wizard/form/styles/dark.css \
16 wizard/form/styles/grey.css \
17 wizard/form/styles/ibg.css \
18 wizard/form/styles/ice.css \
19 wizard/form/styles/orange.css \
20 wizard/form/styles/red.css \
21 wizard/form/styles/violet.css \
22 wizard/form/styles/water.css \
23 wizard/web/images/calc.gif \
24 wizard/web/images/draw.gif \
25 wizard/web/images/fls.gif \
26 wizard/web/images/graphics.gif \
27 wizard/web/images/html.gif \
28 wizard/web/images/impress.gif \
29 wizard/web/images/media.gif \
30 wizard/web/images/other.gif \
31 wizard/web/images/pdf.gif \
32 wizard/web/images/writer.gif \
33 wizard/web/layouts/diagonal/index.html.xsl \
34 wizard/web/layouts/frame_bottom/index.html.xsl \
35 wizard/web/layouts/frame_bottom/mainframe.html \
36 wizard/web/layouts/frame_bottom/tocframe.html.xsl \
37 wizard/web/layouts/frame_left/index.html.xsl \
38 wizard/web/layouts/frame_left/mainframe.html \
39 wizard/web/layouts/frame_left/tocframe.html.xsl \
40 wizard/web/layouts/frame_right/index.html.xsl \
41 wizard/web/layouts/frame_right/mainframe.html \
42 wizard/web/layouts/frame_right/tocframe.html.xsl \
43 wizard/web/layouts/frame_top/index.html.xsl \
44 wizard/web/layouts/frame_top/mainframe.html \
45 wizard/web/layouts/frame_top/tocframe.html.xsl \
46 wizard/web/layouts/layoutF.xsl \
47 wizard/web/layouts/layout.xsl \
48 wizard/web/layouts/layoutX.xsl \
49 wizard/web/layouts/simple/index.html.xsl \
50 wizard/web/layouts/source.xml.xsl \
51 wizard/web/layouts/table_2/index.html.xsl \
52 wizard/web/layouts/table_3/index.html.xsl \
53 wizard/web/layouts/zigzag/index.html.xsl \
54 wizard/web/preview.html \
55 wizard/web/styles/beige.css \
56 wizard/web/styles/bg.css \
57 wizard/web/styles/bgr.css \
58 wizard/web/styles/bgrey.css \
59 wizard/web/styles/bwb.css \
60 wizard/web/styles/bwo.css \
61 wizard/web/styles/dark.css \
62 wizard/web/styles/dp.css \
63 wizard/web/styles/forest.css \
64 wizard/web/styles/green.css \
65 wizard/web/styles/greenred.css \
66 wizard/web/styles/grey.css \
67 wizard/web/styles/ibg.css \
68 wizard/web/styles/ice.css \
69 wizard/web/styles/marine.css \
70 wizard/web/styles/orange.css \
71 wizard/web/styles/pc_old.css \
72 wizard/web/styles/red.css \
73 wizard/web/styles/rgb.css \
74 wizard/web/styles/strange.css \
75 wizard/web/styles/violet.css \
76 wizard/web/styles/water.css \
79 # vim: set noet sw=4 ts=4: