summaryrefslogtreecommitdiff
path: root/source/text/simpress/00/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/simpress/00/makefile.mk')
-rw-r--r--source/text/simpress/00/makefile.mk51
1 files changed, 0 insertions, 51 deletions
diff --git a/source/text/simpress/00/makefile.mk b/source/text/simpress/00/makefile.mk
deleted file mode 100644
index 405df7a7a1..0000000000
--- a/source/text/simpress/00/makefile.mk
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# 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/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-# edit to match directory level
-PRJ = ..$/..$/..$/..
-# same for all makefiles in "helpcontent2"
-PRJNAME = helpcontent2
-# edit to match the current package
-PACKAGE = text/simpress/00
-# uniqe name (module wide);
-# using a modified form of package should do here
-TARGET = text_simpress_00
-# edit to match the current module
-MODULE = simpress
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/settings.pmk
-
-# this list matches the *.xhp files to process
-XHPFILES = \
- 00000004.xhp \
- 00000401.xhp \
- 00000402.xhp \
- 00000403.xhp \
- 00000404.xhp \
- 00000405.xhp \
- 00000406.xhp \
- 00000407.xhp \
- 00000413.xhp
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-.INCLUDE : tg_help.mk
e='libreoffice-24-8-0'>libreoffice-24-8-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/testtools/Module_testtools.mk
AgeCommit message (Expand)Author
2016-09-14Change the shared bridgetest code from static to dynamic libraryStephan Bergmann
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl
2013-09-18There are two distinct InternalUnoApis in testtoolsStephan Bergmann
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2012-12-22bridgetest_climaker seems to work nowPeter Foley
2012-05-31Just bypass completely when cross-compilingTor Lillqvist
2012-05-29bridgetest_climaker is commented outDavid Ostrovsky
2012-05-29do not run bridgetest on macosx/ppcDavid Tardon
2012-05-29do not run bridgetest on cross-compilationDavid Tardon
2012-05-29use gb_Jar_set_componentfileDavid Tardon
2012-05-29CustomTarget_uno_test is a testDavid Tardon
2012-05-29CustomTarget_bridgetestDavid Ostrovsky
2012-05-29CustomTarget_uno_test added.David Ostrovsky
2012-05-29uno_services.rdb are now createdDavid Ostrovsky
2012-05-29testComponent is now building correctlyDavid Ostrovsky
2012-05-29bridgetest further targets migratedDavid Ostrovsky
2012-05-29bridgetest_javamaker target addedDavid Ostrovsky
2012-05-29gbuild conversion: testtools moduleDavid Ostrovsky