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_Module_Module
,extras
))
12 $(eval
$(call gb_Module_add_targets
,extras
,\
13 CustomTarget_autocorr \
16 Package_autotextuser \
17 Package_cfgsrvnolang \
20 Package_databasebiblio \
23 Package_gallhtmlexpo \
33 Package_tpllayoutimpr \
34 Package_tplwizagenda \
35 Package_tplwizbitmap \
36 Package_tplwizdesktop \
38 Package_tplwizletter \
39 Package_tplwizreport \
40 Package_tplwizstyles \
44 $(eval
$(call gb_Module_add_l10n_targets
,extras
,\
45 AllLangPackage_autotextshare \
48 ifneq ($(WITH_GALLERY_BUILD
),)
49 $(eval
$(call gb_Module_add_targets
,extras
,\
60 Gallery_transportation \
64 # vim: set noet sw=4 ts=4: