Files
help/helpcontent2/source/text/shared/optionen/makefile.mk
Vladimir Glazounov c7b69e2040 INTEGRATION: CWS hcshared18 (1.12.136); FILE MERGED
2008/05/28 18:15:25 fpe 1.12.136.5: remove DOCTYPE headers from source files to avoid performance problems in installed help
2008/05/27 13:55:26 ufi 1.12.136.4: makefiles
2008/05/21 09:12:39 ufi 1.12.136.3: vor testbuild
2008/04/23 09:53:56 fpe 1.12.136.2: committing changes to makefile and xhps
2008/03/12 12:13:42 ufi 1.12.136.1: makefiles
2008-06-03 08:31:03 +00:00

139 lines
3.3 KiB
Makefile

#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.13 $
#
# 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.
#
#*************************************************************************
# 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 \
01020200.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 \
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 : $(PRJ)$/makefile.pmk