Files
help/source/text/shared/explorer/database/makefile.mk
Michael Meeks df4d4db740 re-base on ALv2 code. Includes:
Patch contributed by Oliver Rainer-Wittmann
    i#118572 - remove ui string and help content regarding
    usage of Java Mail in Writer's Mail Merge as Java
    Mail is not used.
    http://svn.apache.org/viewvc?view=revision&revision=1197035

    Patches contributed by Herbert Duerr
    updated help text for regexp word boundaries
    http://svn.apache.org/viewvc?view=revision&revision=1228026
    improved help text for word boundary regexp expression \b
    http://svn.apache.org/viewvc?view=revision&revision=1234738

    Patches contributed by Jurgen Schmidt
    remove onlineregistration with dependencies
    http://svn.apache.org/viewvc?view=revision&revision=1240245

    Patch contributed by Regina Henschel
    Extended tips for corner and cap style
    http://svn.apache.org/viewvc?view=revision&revision=1242287

* re-enable on-line update help, remove obsolete on-line purchasing.
2012-12-13 13:02:02 +00:00

130 lines
3.2 KiB
Makefile

#
# 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/shared/explorer/database
# uniqe name (module wide);
# using a modified form of package should do here
TARGET = text_shared_explorer_database
# edit to match the current module
MODULE = shared
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/settings.pmk
# this list matches the *.xhp files to process
XHPFILES = \
02000000.xhp \
02000002.xhp \
02010100.xhp \
02010101.xhp \
04000000.xhp \
04030000.xhp \
05000000.xhp \
05000001.xhp \
05000002.xhp \
05000003.xhp \
05010000.xhp \
05010100.xhp \
05020000.xhp \
05020100.xhp \
05030000.xhp \
05030100.xhp \
05030200.xhp \
05030300.xhp \
05030400.xhp \
05040000.xhp \
05040100.xhp \
05040200.xhp \
11000002.xhp \
11020000.xhp \
11030000.xhp \
11030100.xhp \
11080000.xhp \
11090000.xhp \
11150200.xhp \
11170000.xhp \
11170100.xhp \
30000000.xhp \
30100000.xhp \
dabaadvprop.xhp \
dabaadvpropdat.xhp \
dabaadvpropgen.xhp \
dabadoc.xhp \
dabaprop.xhp \
dabapropadd.xhp \
dabapropcon.xhp \
dabapropgen.xhp \
dabawiz00.xhp \
dabawiz01.xhp \
dabawiz02.xhp \
dabawiz02access.xhp \
dabawiz02adabas.xhp \
dabawiz02ado.xhp \
dabawiz02dbase.xhp \
dabawiz02jdbc.xhp \
dabawiz02ldap.xhp \
dabawiz02mysql.xhp \
dabawiz02odbc.xhp \
dabawiz02oracle.xhp \
dabawiz02spreadsheet.xhp \
dabawiz02text.xhp \
dabawiz03auth.xhp \
main.xhp \
menubar.xhp \
menuedit.xhp \
menufile.xhp \
menufilesave.xhp \
menuinsert.xhp \
menutools.xhp \
menuview.xhp \
migrate_macros.xhp \
password.xhp \
querywizard00.xhp \
querywizard01.xhp \
querywizard02.xhp \
querywizard03.xhp \
querywizard04.xhp \
querywizard05.xhp \
querywizard06.xhp \
querywizard07.xhp \
querywizard08.xhp \
rep_datetime.xhp \
rep_main.xhp \
rep_navigator.xhp \
rep_pagenumbers.xhp \
rep_prop.xhp \
rep_sort.xhp \
tablewizard00.xhp \
tablewizard01.xhp \
tablewizard02.xhp \
tablewizard03.xhp \
tablewizard04.xhp \
toolbars.xhp
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.INCLUDE : tg_help.mk