summaryrefslogtreecommitdiff
path: root/desktop/Package_simpress_sh.mk
blob: bb315aa7743bc22f56918823a6b0e1127c87e2bb (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,desktop_simpress_sh,$(SRCDIR)/desktop/scripts))

$(eval $(call gb_Package_add_file,desktop_simpress_sh,$(LIBO_BIN_FOLDER)/simpress,simpress.sh))

# vim: set ts=4 sw=4 noet:
ng VERBOSE, use only verbose=tNorbert Thiebaud 2015-05-13Also generated doxygen docu for the org UNOIDL treeStephan Bergmann 2013-09-23Fixes for cross-compilation on OS X (to iOS)Tor Lillqvist 2013-09-11odk: move files out of the confusing "pack" directory to better homesMichael Stahl 2013-06-04odk: use SHORT_NAMES on WindowsMichael Stahl 2013-06-04odk: add DevGuide wiki links to doxygen documentationMichael Stahl 2013-06-04odk: remove output directory before invoking doxygenMichael Stahl 2013-06-04odk: generate IDL docs with doxygenMichael Stahl 2013-06-04odk: generalize CustomTarget_doxygen a bitMichael Stahl 2013-06-04odk: clean up CustomTarget_doxygen.mkMichael Stahl 2013-05-29Adapt Doxygen STRIP_FROM_PATH to moved headersStephan Bergmann 2013-05-04install cpp docs using filelistDavid Tardon 2013-04-24ritually kill odkcommon.zipDavid Tardon 2013-04-24clean up install. of C++ docsDavid Tardon 2013-04-24fix indentationDavid Tardon 2013-04-24move URE headers to include/David Tardon 2013-04-15adapt doxygen to INSTDIRPeter Foley 2013-04-10API CHANGE: odk: remove "store" and "reg" librariesMichael Stahl 2013-03-22fdo#61790 define PROJECT_NAME in Doxygen config fileAndras Timar 2013-03-18cleanup doxygen warningsPeter Foley 2013-03-15fix deps for odkcommon.zipDavid Tardon 2013-03-03doxygen fixesPeter Foley 2013-03-03silence doxygenDavid Tardon 2013-02-27Use PRODUCTVERSION instead of UDK_MAJOR/MINOR/MICRO in SDK HTML documentationStephan Bergmann 2013-02-27odk, scp2: remove the horribly broken "find" in CustomTarget_includeMichael Stahl 2013-02-27store: new ZipPackage_store_odk_headersMichael Stahl 2013-02-27registry: new ZipPackage_registry_odk_headersMichael Stahl 2013-02-27cppuhelper: new ZipPackage_cppuhelper_odk_headersMichael Stahl 2013-02-27cppu: new ZipPackage_cppu_odk_headersMichael Stahl 2013-02-27salhelper: new ZipPackage_salhelper_odk_headersMichael Stahl 2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl 2013-02-23convert odk to gbuild and add to tail_buildPeter Foley