1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# 9# This file is part of OpenOffice.org. 10# 11# OpenOffice.org is free software: you can redistribute it and/or modify 12# it under the terms of the GNU Lesser General Public License version 3 13# only, as published by the Free Software Foundation. 14# 15# OpenOffice.org is distributed in the hope that it will be useful, 16# but WITHOUT ANY WARRANTY; without even the implied warranty of 17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18# GNU Lesser General Public License version 3 for more details 19# (a copy is included in the LICENSE file that accompanied this code). 20# 21# You should have received a copy of the GNU Lesser General Public License 22# version 3 along with OpenOffice.org. If not, see 23# <http://www.openoffice.org/license.html> 24# for a copy of the LGPLv3 License. 25# 26#************************************************************************* 27 28# edit to match directory level 29PRJ = ..$/..$/..$/.. 30# same for all makefiles in "helpcontent2" 31PRJNAME = helpcontent2 32# edit to match the current package 33PACKAGE = text/shared/optionen 34# uniqe name (module wide); 35# using a modified form of package should do here 36TARGET = text_shared_optionen 37# edit to match the current module 38MODULE = shared 39 40# --- Settings ----------------------------------------------------- 41 42.INCLUDE : settings.mk 43.INCLUDE : $(PRJ)$/settings.pmk 44 45# this list matches the *.xhp files to process 46XHPFILES = \ 47 01000000.xhp \ 48 01010000.xhp \ 49 01010100.xhp \ 50 01010200.xhp \ 51 01010300.xhp \ 52 01010301.xhp \ 53 01010400.xhp \ 54 01010401.xhp \ 55 01010500.xhp \ 56 01010501.xhp \ 57 01010600.xhp \ 58 01010700.xhp \ 59 01010800.xhp \ 60 01010900.xhp \ 61 01011000.xhp \ 62 01012000.xhp \ 63 01013000.xhp \ 64 01014000.xhp \ 65 01020000.xhp \ 66 01020100.xhp \ 67 01020200.xhp \ 68 01020300.xhp \ 69 01020400.xhp \ 70 01030000.xhp \ 71 01030300.xhp \ 72 01030500.xhp \ 73 01040000.xhp \ 74 01040200.xhp \ 75 01040300.xhp \ 76 01040301.xhp \ 77 01040400.xhp \ 78 01040500.xhp \ 79 01040600.xhp \ 80 01040700.xhp \ 81 01040900.xhp \ 82 01041000.xhp \ 83 01041100.xhp \ 84 01050000.xhp \ 85 01050100.xhp \ 86 01050300.xhp \ 87 01060000.xhp \ 88 01060100.xhp \ 89 01060300.xhp \ 90 01060400.xhp \ 91 01060401.xhp \ 92 01060500.xhp \ 93 01060600.xhp \ 94 01060700.xhp \ 95 01070000.xhp \ 96 01070100.xhp \ 97 01070300.xhp \ 98 01070400.xhp \ 99 01070500.xhp \ 100 01080000.xhp \ 101 01090000.xhp \ 102 01090100.xhp \ 103 01110000.xhp \ 104 01110100.xhp \ 105 01130100.xhp \ 106 01130200.xhp \ 107 01140000.xhp \ 108 01150000.xhp \ 109 01150100.xhp \ 110 01150200.xhp \ 111 01150300.xhp \ 112 01160000.xhp \ 113 01160100.xhp \ 114 01160200.xhp \ 115 01160201.xhp \ 116 improvement.xhp \ 117 java.xhp \ 118 javaclasspath.xhp \ 119 javaparameters.xhp \ 120 macrosecurity.xhp \ 121 macrosecurity_sl.xhp \ 122 macrosecurity_ts.xhp \ 123 mailmerge.xhp \ 124 online_update.xhp \ 125 serverauthentication.xhp \ 126 testaccount.xhp \ 127 viewcertificate.xhp \ 128 viewcertificate_c.xhp \ 129 viewcertificate_d.xhp \ 130 viewcertificate_g.xhp 131 132# --- Targets ------------------------------------------------------ 133 134.INCLUDE : target.mk 135.INCLUDE : tg_help.mk 136