sc: filter: html: fix missing color scale conditional format
[LibreOffice.git] / odk / CustomTarget_config_win.mk
blob2a9fc1f2e80dce6eb43adecbfd5122be55b373a6
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_CustomTarget_CustomTarget,odk/config))
12 $(eval $(call gb_CustomTarget_register_targets,odk/config,\
13 setsdkenv_windows.bat \
16 $(call gb_CustomTarget_get_workdir,odk/config)/setsdkenv_windows.bat : $(SRCDIR)/odk/config/setsdkenv_windows.bat
17 sed $< -e 's#__SDKNAME__#libreoffice$(PRODUCTVERSION)_sdk#' > $@
19 # vim: set noet sw=4 ts=4: