summaryrefslogtreecommitdiff
path: root/shell/Package_senddoc.mk
blob: c09c9670ecb2e4f4e96f689d69551f3e9906c50b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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,shell_senddoc,$(SRCDIR)/shell/source/unix/misc))

$(eval $(call gb_Package_add_file,shell_senddoc,$(LIBO_BIN_FOLDER)/senddoc,senddoc.sh))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
/lo/core/commit/sax?h=libreoffice-5-4-0&id=8998768a34751d35403678a81464a26835b2230e'>sax: Use comphelper's AttributeListMatúš Kukan 2016-02-03fix gcc build errorCaolán McNamara 2016-01-20loplugin:unusedmethodsNoel Grandin 2016-01-17crashtesting: plain-text import allows liberal with the UTF-8 inputCaolán McNamara 2016-01-17sax: use CPPUNIT_ASSERT_THROWMatúš Kukan 2016-01-12Fix FastSaxSerializer::write() for non-BMP unicode characters.Mark Hung 2016-01-10Fix typosAndrea Gelmini 2015-12-24loplugin:unusedfieldsNoel Grandin 2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin 2015-11-18use unique_ptr for pImpl in sax/Noel Grandin 2015-11-16use initialiser list for Sequence<OUString>Noel Grandin 2015-11-15use initialiser for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin 2015-10-30cppcheck: noExplicitConstructorCaolán McNamara 2015-10-28com::sun::star->css in sal,saxNoel Grandin