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:
heckMiklos Vajna 2017-12-13clang-format: ignore not staged hunksMiklos Vajna 2017-11-21git-hooks: fix pre-commit in submodulesMiklos Vajna 2017-11-20clang-format: enforce coding style via JenkinsMiklos Vajna 2017-11-16git-hooks: mention download link for clang-format when warning about itMiklos Vajna 2017-11-16Warn when commit touches new files, but no suitable clang-format is foundStephan Bergmann 2017-11-13First look for clang-format in CLANG_FORMT env varStephan Bergmann 2017-11-13clang-format: standardize on 5.0.0Miklos Vajna 2017-11-03Enforce coding style with clang-format for new codeMiklos Vajna 2017-10-30git-hooks: don't complain about large .ui filesMichael Stahl 2017-09-20pre-commit-hook: Also check xsl files for whitespace and tabsSamuel Mehrbrodt 2017-09-11insist in a domain in .ui filesCaolán McNamara 2017-09-11disallow .ui translatable entries without context at checkinCaolán McNamara 2017-03-24git pre-commit hook: Also check swift filesSamuel Mehrbrodt 2016-12-08tdf#102784 - Enhance git pre-commit hookMarina Latini 2015-09-08git-hooks: Info how to install them manually.Jan Holesovsky 2015-06-13Catch funny line-ends in pre-commit hook.Thorsten Behrens 2015-02-13git-hooks: post-merge script does not need /bin/bashThomas Klausner 2015-02-13git-hooks: recognize multiple bug idsMiklos Vajna 2015-02-12git hooks: reject suspicious fdo referencesMiklos Vajna 2014-05-16git pre-commit hook: block large filesMiklos Vajna