bump product version to 5.0.4.1
[LibreOffice.git] / postprocess / Module_postprocess.mk
blob5775cfa795e1c900826d1268a5440af747ff8ae5
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,postprocess))
12 # UGLY: postprocess_XCDS variable from CustomTarget_registry
13 # is reused in Package_registry!
15 $(eval $(call gb_Module_add_targets,postprocess,\
16 CustomTarget_images \
17 CustomTarget_registry \
18 Package_images \
19 Rdb_services \
21 $(eval $(call gb_Module_add_l10n_targets,postprocess,\
22 Package_registry \
25 ifeq ($(WINDOWS_BUILD_SIGNING),TRUE)
26 $(eval $(call gb_Module_add_targets,postprocess,\
27 CustomTarget_signing \
29 endif
31 $(eval $(call gb_Module_add_check_targets,postprocess,\
32 CppunitTest_services \
35 # vim: set noet sw=4 ts=4: