Fix CppunitTest_sc_subsequent_filters_test2 on non-default DPI
[LibreOffice.git] / helpcompiler / Module_helpcompiler.mk
blob344faba3a1b8eba6c9a3f80ba6827222119bb9c4
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,helpcompiler))
12 $(eval $(call gb_Module_add_targets,helpcompiler,\
13 $(call gb_Helper_optionals_or,HELPTOOLS XMLHELP,Library_helplinker) \
16 $(eval $(call gb_Module_add_targets_for_build,helpcompiler,\
17 $(call gb_Helper_optional,HELPTOOLS, \
18 Executable_HelpIndexer \
19 Executable_HelpLinker \
20 ) \
23 # vim:set noet sw=4 ts=4: