summaryrefslogtreecommitdiff
path: root/eventattacher/Makefile
blob: 7bbbe6c703e69e338eb1f3134a0a4c94c0e34b1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# 
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org.  If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************

gb_PARTIALBUILD := T
ifeq ($(strip $(SOLARENV)),)
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk
else

gb_SourceEnvAndRecurse_STAGE=gbuild
include $(SOLARENV)/gbuild/gbuild.mk

$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))

endif
# vim: set noet sw=4 ts=4:
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann 2012-12-03fdo#57215: Fixed wrong text rotation in SVG ExportHoracio Fernandes 2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon 2012-11-30Revert "filter: try to use the Python implementation of FCFGMerge"Markus Mohrhard 2012-11-30filter: try to use the Python implementation of FCFGMergeMichael Stahl 2012-11-30filter: add missing dependencies on pythonMichael Stahl 2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens 2012-11-29fix fdo#57647 intradocument xrefs broken in xhtmlPeter Jentsch 2012-11-29fix fdo#57641 table alignment broken in XHTML exportPeter Jentsch 2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann 2012-11-28fdo#34897 numbers were wrong, code unnecessaryLennard 2012-11-28fix fdo#40097 - Cross-references and TOC links broken in XHTML exportPeter Jentsch 2012-11-27drop empty make ruleCaolán McNamara 2012-11-27removed obsolete xml validation service and xml source view.Peter Jentsch 2012-11-27re-base on ALv2 code. Includes:Michael Meeks 2012-11-27Switch from python to python3Michael Stahl 2012-11-26fdo#56598 - no whitespace after section numbers in XHTML exportPeter Jentsch 2012-11-26fdo#57575 (xhtml hairline borders), fdo#57538 - xhtml right just borders.Peter Jentsch 2012-11-26Add Emacs mode linesTor Lillqvist 2012-11-26More DISABLE_EXPORT tweaksTor Lillqvist 2012-11-26fix fdo#56596 - FILESAVE: huge excesses of white space in xhtml...Peter Jentsch 2012-11-25fix fdo#56595 - FILESAVE: ToC links broken in xhtml exportPeter Jentsch 2012-11-25fix: fdo#55610 - FILESAVE: CRASH when exporting particular .odt to XHTMLPeter Jentsch