forked from amazingfate/help
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.
128 lines
3.0 KiB
Makefile
128 lines
3.0 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/optionen
|
|
# uniqe name (module wide);
|
|
# using a modified form of package should do here
|
|
TARGET = text_shared_optionen
|
|
# 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 = \
|
|
01000000.xhp \
|
|
01010000.xhp \
|
|
01010100.xhp \
|
|
01010200.xhp \
|
|
01010300.xhp \
|
|
01010301.xhp \
|
|
01010400.xhp \
|
|
01010401.xhp \
|
|
01010500.xhp \
|
|
01010501.xhp \
|
|
01010600.xhp \
|
|
01010700.xhp \
|
|
01010800.xhp \
|
|
01010900.xhp \
|
|
01011000.xhp \
|
|
01012000.xhp \
|
|
01013000.xhp \
|
|
01014000.xhp \
|
|
01020000.xhp \
|
|
01020100.xhp \
|
|
01020300.xhp \
|
|
01020400.xhp \
|
|
01030000.xhp \
|
|
01030300.xhp \
|
|
01030500.xhp \
|
|
01040000.xhp \
|
|
01040200.xhp \
|
|
01040300.xhp \
|
|
01040301.xhp \
|
|
01040400.xhp \
|
|
01040500.xhp \
|
|
01040600.xhp \
|
|
01040700.xhp \
|
|
01040900.xhp \
|
|
01041000.xhp \
|
|
01041100.xhp \
|
|
01050000.xhp \
|
|
01050100.xhp \
|
|
01050300.xhp \
|
|
01060000.xhp \
|
|
01060100.xhp \
|
|
01060300.xhp \
|
|
01060400.xhp \
|
|
01060401.xhp \
|
|
01060500.xhp \
|
|
01060600.xhp \
|
|
01060700.xhp \
|
|
01060800.xhp \
|
|
01060900.xhp \
|
|
01061000.xhp \
|
|
01070000.xhp \
|
|
01070100.xhp \
|
|
01070300.xhp \
|
|
01070400.xhp \
|
|
01070500.xhp \
|
|
01080000.xhp \
|
|
01090000.xhp \
|
|
01090100.xhp \
|
|
01110000.xhp \
|
|
01110100.xhp \
|
|
01130100.xhp \
|
|
01130200.xhp \
|
|
01140000.xhp \
|
|
01150000.xhp \
|
|
01150100.xhp \
|
|
01150200.xhp \
|
|
01150300.xhp \
|
|
01160000.xhp \
|
|
01160100.xhp \
|
|
01160200.xhp \
|
|
01160201.xhp \
|
|
java.xhp \
|
|
javaclasspath.xhp \
|
|
javaparameters.xhp \
|
|
macrosecurity.xhp \
|
|
macrosecurity_sl.xhp \
|
|
macrosecurity_ts.xhp \
|
|
mailmerge.xhp \
|
|
online_update.xhp \
|
|
serverauthentication.xhp \
|
|
testaccount.xhp \
|
|
viewcertificate.xhp \
|
|
viewcertificate_c.xhp \
|
|
viewcertificate_d.xhp \
|
|
viewcertificate_g.xhp
|
|
|
|
# --- Targets ------------------------------------------------------
|
|
|
|
.INCLUDE : target.mk
|
|
.INCLUDE : tg_help.mk
|