1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22 23 24# edit to match directory level 25PRJ = ..$/..$/..$/..$/.. 26# same for all makefiles in "helpcontent2" 27PRJNAME = helpcontent2 28# edit to match the current package 29PACKAGE = text/shared/explorer/database 30# uniqe name (module wide); 31# using a modified form of package should do here 32TARGET = text_shared_explorer_database 33# edit to match the current module 34MODULE = shared 35 36# --- Settings ----------------------------------------------------- 37 38.INCLUDE : settings.mk 39.INCLUDE : $(PRJ)$/settings.pmk 40 41# this list matches the *.xhp files to process 42XHPFILES = \ 43 02000000.xhp \ 44 02000002.xhp \ 45 02010100.xhp \ 46 02010101.xhp \ 47 04000000.xhp \ 48 04030000.xhp \ 49 05000000.xhp \ 50 05000001.xhp \ 51 05000002.xhp \ 52 05000003.xhp \ 53 05010000.xhp \ 54 05010100.xhp \ 55 05020000.xhp \ 56 05020100.xhp \ 57 05030000.xhp \ 58 05030100.xhp \ 59 05030200.xhp \ 60 05030300.xhp \ 61 05030400.xhp \ 62 05040000.xhp \ 63 05040100.xhp \ 64 05040200.xhp \ 65 11000002.xhp \ 66 11020000.xhp \ 67 11030000.xhp \ 68 11030100.xhp \ 69 11080000.xhp \ 70 11090000.xhp \ 71 11150200.xhp \ 72 11170000.xhp \ 73 11170100.xhp \ 74 30000000.xhp \ 75 30100000.xhp \ 76 dabaadvprop.xhp \ 77 dabaadvpropdat.xhp \ 78 dabaadvpropgen.xhp \ 79 dabadoc.xhp \ 80 dabaprop.xhp \ 81 dabapropadd.xhp \ 82 dabapropcon.xhp \ 83 dabapropgen.xhp \ 84 dabawiz00.xhp \ 85 dabawiz01.xhp \ 86 dabawiz02.xhp \ 87 dabawiz02access.xhp \ 88 dabawiz02adabas.xhp \ 89 dabawiz02ado.xhp \ 90 dabawiz02dbase.xhp \ 91 dabawiz02jdbc.xhp \ 92 dabawiz02ldap.xhp \ 93 dabawiz02mysql.xhp \ 94 dabawiz02odbc.xhp \ 95 dabawiz02oracle.xhp \ 96 dabawiz02spreadsheet.xhp \ 97 dabawiz02text.xhp \ 98 dabawiz03auth.xhp \ 99 main.xhp \ 100 menubar.xhp \ 101 menuedit.xhp \ 102 menufile.xhp \ 103 menufilesave.xhp \ 104 menuinsert.xhp \ 105 menutools.xhp \ 106 menuview.xhp \ 107 migrate_macros.xhp \ 108 password.xhp \ 109 querywizard00.xhp \ 110 querywizard01.xhp \ 111 querywizard02.xhp \ 112 querywizard03.xhp \ 113 querywizard04.xhp \ 114 querywizard05.xhp \ 115 querywizard06.xhp \ 116 querywizard07.xhp \ 117 querywizard08.xhp \ 118 rep_datetime.xhp \ 119 rep_main.xhp \ 120 rep_navigator.xhp \ 121 rep_pagenumbers.xhp \ 122 rep_prop.xhp \ 123 rep_sort.xhp \ 124 tablewizard00.xhp \ 125 tablewizard01.xhp \ 126 tablewizard02.xhp \ 127 tablewizard03.xhp \ 128 tablewizard04.xhp \ 129 toolbars.xhp 130 131# --- Targets ------------------------------------------------------ 132 133.INCLUDE : target.mk 134.INCLUDE : tg_help.mk 135