1*7871dc3eSAndrew Rist#************************************************************** 2cdf0e10cSrcweir# 3*7871dc3eSAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 4*7871dc3eSAndrew Rist# or more contributor license agreements. See the NOTICE file 5*7871dc3eSAndrew Rist# distributed with this work for additional information 6*7871dc3eSAndrew Rist# regarding copyright ownership. The ASF licenses this file 7*7871dc3eSAndrew Rist# to you under the Apache License, Version 2.0 (the 8*7871dc3eSAndrew Rist# "License"); you may not use this file except in compliance 9*7871dc3eSAndrew Rist# with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir# 11*7871dc3eSAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir# 13*7871dc3eSAndrew Rist# Unless required by applicable law or agreed to in writing, 14*7871dc3eSAndrew Rist# software distributed under the License is distributed on an 15*7871dc3eSAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*7871dc3eSAndrew Rist# KIND, either express or implied. See the License for the 17*7871dc3eSAndrew Rist# specific language governing permissions and limitations 18*7871dc3eSAndrew Rist# under the License. 19cdf0e10cSrcweir# 20*7871dc3eSAndrew Rist#************************************************************** 21*7871dc3eSAndrew Rist 22*7871dc3eSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir# edit to match directory level 25cdf0e10cSrcweirPRJ = ..$/..$/..$/.. 26cdf0e10cSrcweir# same for all makefiles in "helpcontent2" 27cdf0e10cSrcweirPRJNAME = helpcontent2 28cdf0e10cSrcweir# edit to match the current package 29cdf0e10cSrcweirPACKAGE = text/scalc/01 30cdf0e10cSrcweir# uniqe name (module wide); 31cdf0e10cSrcweir# using a modified form of package should do here 32cdf0e10cSrcweirTARGET = text_scalc_01 33cdf0e10cSrcweir# edit to match the current module 34cdf0e10cSrcweirMODULE = scalc 35cdf0e10cSrcweir 36cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 37cdf0e10cSrcweir 38cdf0e10cSrcweir.INCLUDE : settings.mk 39cdf0e10cSrcweir.INCLUDE : $(PRJ)$/settings.pmk 40cdf0e10cSrcweir 41cdf0e10cSrcweir# this list matches the *.xhp files to process 42cdf0e10cSrcweirXHPFILES = \ 43cdf0e10cSrcweir 01120000.xhp \ 44cdf0e10cSrcweir 02110000.xhp \ 45cdf0e10cSrcweir 02120000.xhp \ 46cdf0e10cSrcweir 02120100.xhp \ 47cdf0e10cSrcweir 02140000.xhp \ 48cdf0e10cSrcweir 02140100.xhp \ 49cdf0e10cSrcweir 02140200.xhp \ 50cdf0e10cSrcweir 02140300.xhp \ 51cdf0e10cSrcweir 02140400.xhp \ 52cdf0e10cSrcweir 02140500.xhp \ 53cdf0e10cSrcweir 02140600.xhp \ 54cdf0e10cSrcweir 02150000.xhp \ 55cdf0e10cSrcweir 02160000.xhp \ 56cdf0e10cSrcweir 02170000.xhp \ 57cdf0e10cSrcweir 02180000.xhp \ 58cdf0e10cSrcweir 02190000.xhp \ 59cdf0e10cSrcweir 02190100.xhp \ 60cdf0e10cSrcweir 02190200.xhp \ 61cdf0e10cSrcweir 02200000.xhp \ 62cdf0e10cSrcweir 02210000.xhp \ 63cdf0e10cSrcweir 03070000.xhp \ 64cdf0e10cSrcweir 03080000.xhp \ 65cdf0e10cSrcweir 03090000.xhp \ 66cdf0e10cSrcweir 03100000.xhp \ 67cdf0e10cSrcweir 04010000.xhp \ 68cdf0e10cSrcweir 04010100.xhp \ 69cdf0e10cSrcweir 04010200.xhp \ 70cdf0e10cSrcweir 04020000.xhp \ 71cdf0e10cSrcweir 04030000.xhp \ 72cdf0e10cSrcweir 04040000.xhp \ 73cdf0e10cSrcweir 04050000.xhp \ 74cdf0e10cSrcweir 04050100.xhp \ 75cdf0e10cSrcweir 04060000.xhp \ 76cdf0e10cSrcweir 04060100.xhp \ 77cdf0e10cSrcweir 04060101.xhp \ 78cdf0e10cSrcweir 04060102.xhp \ 79cdf0e10cSrcweir 04060103.xhp \ 80cdf0e10cSrcweir 04060104.xhp \ 81cdf0e10cSrcweir 04060105.xhp \ 82cdf0e10cSrcweir 04060106.xhp \ 83cdf0e10cSrcweir 04060107.xhp \ 84cdf0e10cSrcweir 04060108.xhp \ 85cdf0e10cSrcweir 04060109.xhp \ 86cdf0e10cSrcweir 04060110.xhp \ 87cdf0e10cSrcweir 04060111.xhp \ 88cdf0e10cSrcweir 04060112.xhp \ 89cdf0e10cSrcweir 04060115.xhp \ 90cdf0e10cSrcweir 04060116.xhp \ 91cdf0e10cSrcweir 04060118.xhp \ 92cdf0e10cSrcweir 04060119.xhp \ 93cdf0e10cSrcweir 04060181.xhp \ 94cdf0e10cSrcweir 04060182.xhp \ 95cdf0e10cSrcweir 04060183.xhp \ 96cdf0e10cSrcweir 04060184.xhp \ 97cdf0e10cSrcweir 04060185.xhp \ 98cdf0e10cSrcweir 04060199.xhp \ 99cdf0e10cSrcweir 04070000.xhp \ 100cdf0e10cSrcweir 04070100.xhp \ 101cdf0e10cSrcweir 04070200.xhp \ 102cdf0e10cSrcweir 04070300.xhp \ 103cdf0e10cSrcweir 04070400.xhp \ 104cdf0e10cSrcweir 04080000.xhp \ 105cdf0e10cSrcweir 04090000.xhp \ 106cdf0e10cSrcweir 05020000.xhp \ 107cdf0e10cSrcweir 05020600.xhp \ 108cdf0e10cSrcweir 05030000.xhp \ 109cdf0e10cSrcweir 05030200.xhp \ 110cdf0e10cSrcweir 05030300.xhp \ 111cdf0e10cSrcweir 05030400.xhp \ 112cdf0e10cSrcweir 05040000.xhp \ 113cdf0e10cSrcweir 05040200.xhp \ 114cdf0e10cSrcweir 05050000.xhp \ 115cdf0e10cSrcweir 05050100.xhp \ 116cdf0e10cSrcweir 05050300.xhp \ 117cdf0e10cSrcweir 05060000.xhp \ 118cdf0e10cSrcweir 05070000.xhp \ 119cdf0e10cSrcweir 05070500.xhp \ 120cdf0e10cSrcweir 05080000.xhp \ 121cdf0e10cSrcweir 05080100.xhp \ 122cdf0e10cSrcweir 05080200.xhp \ 123cdf0e10cSrcweir 05080300.xhp \ 124cdf0e10cSrcweir 05080400.xhp \ 125cdf0e10cSrcweir 05100000.xhp \ 126cdf0e10cSrcweir 05110000.xhp \ 127cdf0e10cSrcweir 05120000.xhp \ 128cdf0e10cSrcweir 06020000.xhp \ 129cdf0e10cSrcweir 06030000.xhp \ 130cdf0e10cSrcweir 06030100.xhp \ 131cdf0e10cSrcweir 06030200.xhp \ 132cdf0e10cSrcweir 06030300.xhp \ 133cdf0e10cSrcweir 06030400.xhp \ 134cdf0e10cSrcweir 06030500.xhp \ 135cdf0e10cSrcweir 06030600.xhp \ 136cdf0e10cSrcweir 06030700.xhp \ 137cdf0e10cSrcweir 06030800.xhp \ 138cdf0e10cSrcweir 06030900.xhp \ 139cdf0e10cSrcweir 06031000.xhp \ 140cdf0e10cSrcweir 06040000.xhp \ 141cdf0e10cSrcweir 06050000.xhp \ 142cdf0e10cSrcweir 06060000.xhp \ 143cdf0e10cSrcweir 06060100.xhp \ 144cdf0e10cSrcweir 06060200.xhp \ 145cdf0e10cSrcweir 06070000.xhp \ 146cdf0e10cSrcweir 06080000.xhp \ 147cdf0e10cSrcweir 06130000.xhp \ 148cdf0e10cSrcweir 06990000.xhp \ 149cdf0e10cSrcweir 07080000.xhp \ 150cdf0e10cSrcweir 07090000.xhp \ 151cdf0e10cSrcweir 12010000.xhp \ 152cdf0e10cSrcweir 12010100.xhp \ 153cdf0e10cSrcweir 12020000.xhp \ 154cdf0e10cSrcweir 12030000.xhp \ 155cdf0e10cSrcweir 12030100.xhp \ 156cdf0e10cSrcweir 12030200.xhp \ 157cdf0e10cSrcweir 12040000.xhp \ 158cdf0e10cSrcweir 12040100.xhp \ 159cdf0e10cSrcweir 12040201.xhp \ 160cdf0e10cSrcweir 12040300.xhp \ 161cdf0e10cSrcweir 12040400.xhp \ 162cdf0e10cSrcweir 12040500.xhp \ 163cdf0e10cSrcweir 12050000.xhp \ 164cdf0e10cSrcweir 12050100.xhp \ 165cdf0e10cSrcweir 12050200.xhp \ 166cdf0e10cSrcweir 12060000.xhp \ 167cdf0e10cSrcweir 12070000.xhp \ 168cdf0e10cSrcweir 12070100.xhp \ 169cdf0e10cSrcweir 12080000.xhp \ 170cdf0e10cSrcweir 12080100.xhp \ 171cdf0e10cSrcweir 12080200.xhp \ 172cdf0e10cSrcweir 12080300.xhp \ 173cdf0e10cSrcweir 12080400.xhp \ 174cdf0e10cSrcweir 12080500.xhp \ 175cdf0e10cSrcweir 12080600.xhp \ 176cdf0e10cSrcweir 12080700.xhp \ 177cdf0e10cSrcweir 12090000.xhp \ 178cdf0e10cSrcweir 12090100.xhp \ 179cdf0e10cSrcweir 12090101.xhp \ 180cdf0e10cSrcweir 12090102.xhp \ 181cdf0e10cSrcweir 12090103.xhp \ 182cdf0e10cSrcweir 12090104.xhp \ 183cdf0e10cSrcweir 12090105.xhp \ 184cdf0e10cSrcweir 12090106.xhp \ 185cdf0e10cSrcweir 12090200.xhp \ 186cdf0e10cSrcweir 12090300.xhp \ 187cdf0e10cSrcweir 12090400.xhp \ 188cdf0e10cSrcweir 12100000.xhp \ 189cdf0e10cSrcweir 12120000.xhp \ 190cdf0e10cSrcweir 12120100.xhp \ 191cdf0e10cSrcweir 12120200.xhp \ 192cdf0e10cSrcweir 12120300.xhp \ 193cdf0e10cSrcweir format_graphic.xhp \ 194cdf0e10cSrcweir func_date.xhp \ 195cdf0e10cSrcweir func_datevalue.xhp \ 196cdf0e10cSrcweir func_day.xhp \ 197cdf0e10cSrcweir func_days.xhp \ 198cdf0e10cSrcweir func_days360.xhp \ 199cdf0e10cSrcweir func_eastersunday.xhp \ 200cdf0e10cSrcweir func_edate.xhp \ 201cdf0e10cSrcweir func_eomonth.xhp \ 202cdf0e10cSrcweir func_hour.xhp \ 203cdf0e10cSrcweir func_minute.xhp \ 204cdf0e10cSrcweir func_month.xhp \ 205cdf0e10cSrcweir func_networkdays.xhp \ 206cdf0e10cSrcweir func_now.xhp \ 207cdf0e10cSrcweir func_second.xhp \ 208cdf0e10cSrcweir func_time.xhp \ 209cdf0e10cSrcweir func_timevalue.xhp \ 210cdf0e10cSrcweir func_today.xhp \ 211cdf0e10cSrcweir func_weekday.xhp \ 212cdf0e10cSrcweir func_weeknum.xhp \ 213cdf0e10cSrcweir func_weeknumadd.xhp \ 214cdf0e10cSrcweir func_workday.xhp \ 215cdf0e10cSrcweir func_year.xhp \ 216cdf0e10cSrcweir func_yearfrac.xhp \ 217cdf0e10cSrcweir solver.xhp \ 218cdf0e10cSrcweir solver_options.xhp \ 219cdf0e10cSrcweir text2columns.xhp 220cdf0e10cSrcweir 221cdf0e10cSrcweir# --- Targets ------------------------------------------------------ 222cdf0e10cSrcweir 223cdf0e10cSrcweir.INCLUDE : target.mk 224cdf0e10cSrcweir.INCLUDE : tg_help.mk 225