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/guide 30# uniqe name (module wide); 31# using a modified form of package should do here 32TARGET = text_shared_guide 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 aaa_start.xhp \ 44 accessibility.xhp \ 45 active_help_on_off.xhp \ 46 activex.xhp \ 47 assistive.xhp \ 48 autocorr_url.xhp \ 49 autohide.xhp \ 50 background.xhp \ 51 border_paragraph.xhp \ 52 border_table.xhp \ 53 breaking_lines.xhp \ 54 change_title.xhp \ 55 chart_axis.xhp \ 56 chart_barformat.xhp \ 57 chart_insert.xhp \ 58 chart_legend.xhp \ 59 chart_title.xhp \ 60 collab.xhp \ 61 configure_overview.xhp \ 62 contextmenu.xhp \ 63 copy_drawfunctions.xhp \ 64 copytable2application.xhp \ 65 copytext2application.xhp \ 66 ctl.xhp \ 67 data_addressbook.xhp \ 68 data_dbase2office.xhp \ 69 data_enter_sql.xhp \ 70 data_forms.xhp \ 71 data_im_export.xhp \ 72 data_new.xhp \ 73 data_queries.xhp \ 74 data_register.xhp \ 75 data_report.xhp \ 76 data_reports.xhp \ 77 data_search.xhp \ 78 data_search2.xhp \ 79 data_tabledefine.xhp \ 80 data_tables.xhp \ 81 data_view.xhp \ 82 database_main.xhp \ 83 digital_signatures.xhp \ 84 digitalsign_receive.xhp \ 85 digitalsign_send.xhp \ 86 doc_autosave.xhp \ 87 doc_open.xhp \ 88 doc_save.xhp \ 89 dragdrop.xhp \ 90 dragdrop_beamer.xhp \ 91 dragdrop_fromgallery.xhp \ 92 dragdrop_gallery.xhp \ 93 dragdrop_graphic.xhp \ 94 dragdrop_table.xhp \ 95 edit_symbolbar.xhp \ 96 email.xhp \ 97 error_report.xhp \ 98 export_ms.xhp \ 99 fax.xhp \ 100 filternavigator.xhp \ 101 find_attributes.xhp \ 102 flat_icons.xhp \ 103 floating_toolbar.xhp \ 104 fontwork.xhp \ 105 formfields.xhp \ 106 gallery_insert.xhp \ 107 groups.xhp \ 108 hyperlink_edit.xhp \ 109 hyperlink_insert.xhp \ 110 hyperlink_rel_abs.xhp \ 111 hyperlink_search.xhp \ 112 imagemap.xhp \ 113 import_ms.xhp \ 114 insert_bitmap.xhp \ 115 insert_graphic_drawit.xhp \ 116 insert_specialchar.xhp \ 117 integratinguno.xhp \ 118 keyboard.xhp \ 119 labels.xhp \ 120 labels_database.xhp \ 121 language_select.xhp \ 122 line_intext.xhp \ 123 lineend_define.xhp \ 124 linestyle_define.xhp \ 125 linestyles.xhp \ 126 macro_recording.xhp \ 127 main.xhp \ 128 measurement_units.xhp \ 129 microsoft_terms.xhp \ 130 mobiledevicefilters.xhp \ 131 ms_doctypes.xhp \ 132 ms_import_export_limitations.xhp \ 133 ms_user.xhp \ 134 navigator.xhp \ 135 navigator_setcursor.xhp \ 136 navpane_on.xhp \ 137 numbering_stop.xhp \ 138 pageformat_max.xhp \ 139 paintbrush.xhp \ 140 pasting.xhp \ 141 print_blackwhite.xhp \ 142 print_faster.xhp \ 143 protection.xhp \ 144 redlining.xhp \ 145 redlining_accept.xhp \ 146 redlining_doccompare.xhp \ 147 redlining_docmerge.xhp \ 148 redlining_enter.xhp \ 149 redlining_protect.xhp \ 150 redlining_versions.xhp \ 151 round_corner.xhp \ 152 scripting.xhp \ 153 space_hyphen.xhp \ 154 spadmin.xhp \ 155 standard_template.xhp \ 156 start_parameters.xhp \ 157 startcenter.xhp \ 158 tabs.xhp \ 159 text_color.xhp \ 160 textmode_change.xhp \ 161 undo_formatting.xhp \ 162 version_number.xhp \ 163 viewing_file_properties.xhp \ 164 workfolder.xhp \ 165 xforms.xhp \ 166 xsltfilter.xhp \ 167 xsltfilter_create.xhp \ 168 xsltfilter_distribute.xhp 169 170# --- Targets ------------------------------------------------------ 171 172.INCLUDE : target.mk 173.INCLUDE : tg_help.mk 174