summaryrefslogtreecommitdiff
path: root/odk/Package_html.mk
blob: fdac50654e44da34a35129beef0ff019d14289aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Package_Package,odk_html,$(call gb_CustomTarget_get_workdir,odk/html)))

$(eval $(call gb_Package_set_outdir,odk_html,$(INSTDIR)))

$(eval $(call gb_Package_add_files_with_dir,odk_html,$(SDKDIRNAME),\
	docs/install.html \
	docs/tools.html \
	examples/DevelopersGuide/examples.html \
	examples/examples.html \
	index.html \
))

# vim: set noet sw=4 ts=4:
ann 2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann 2023-09-26tdf#124591: Update Noto Naskh Arabic to v2.016Khaled Hosny 2023-08-01Fix reversed expected and actual unit test resultsKhaled Hosny 2023-07-30tdf#107612: Include NNBSP and Mongolian characters in the same fallback runKhaled Hosny 2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny 2023-07-23vcl: Use doubles for glyph item coordinatesKhaled Hosny 2023-07-23vcl: Set font size to UPEM in some testsKhaled Hosny 2023-06-20tdf#107718: Fix script itemization of vertical textKhaled Hosny 2023-06-13tdf#153440: Add testKhaled Hosny 2023-06-13tdf#152048: Fix measuring text width with font fallbackKhaled Hosny 2023-06-13tdf#152048: Add testKhaled Hosny 2023-06-13CppunitTest_vcl_text: use CPPUNIT_TEST_FIXTURE()Khaled Hosny 2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin 2022-12-05tdf#152376: Remove Kacst Book and Kacst Office fontsKhaled Hosny 2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara 2022-11-24relax glyph assert wrt layout equivalencyCaolán McNamara