sc: filter: html: fix missing color scale conditional format
[LibreOffice.git] / odk / CustomTarget_build-examples.mk
blob38ed74bf9262f428a0ddd830279a618e887cf0d0
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
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 my_example_dirs = \
11 CLI/CSharp/Spreadsheet \
12 CLI/VB.NET/WriterDemo \
13 DevelopersGuide/BasicAndDialogs/ToolkitControls \
14 DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp \
15 DevelopersGuide/Components/CppComponent \
16 DevelopersGuide/Database/DriverSkeleton \
17 DevelopersGuide/Extensions/DialogWithHelp \
18 DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp \
19 DevelopersGuide/ProfUNO/CppBinding \
20 DevelopersGuide/ProfUNO/SimpleBootstrap_cpp \
21 OLE/activex \
22 cpp/Draw \
23 cpp/Convertor \
24 cpp/DocumentLoader \
25 cpp/complextoolbarcontrols \
26 cpp/counter \
27 cpp/remoteclient \
28 python/toolpanel \
31 # cpp/custompanel \
34 $(eval $(call odk_build-examples_test,odk/build-examples,$(my_example_dirs)))
36 # vim: set noet sw=4 ts=4: