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   export_ms.xhp \
98   fax.xhp \
99   filternavigator.xhp \
100   find_attributes.xhp \
101   flat_icons.xhp \
102   floating_toolbar.xhp \
103   fontwork.xhp \
104   formfields.xhp \
105   gallery_insert.xhp \
106   groups.xhp \
107   hyperlink_edit.xhp \
108   hyperlink_insert.xhp \
109   hyperlink_rel_abs.xhp \
110   hyperlink_search.xhp \
111   imagemap.xhp \
112   import_ms.xhp \
113   insert_bitmap.xhp \
114   insert_graphic_drawit.xhp \
115   insert_specialchar.xhp \
116   integratinguno.xhp \
117   keyboard.xhp \
118   labels.xhp \
119   labels_database.xhp \
120   language_select.xhp \
121   line_intext.xhp \
122   lineend_define.xhp \
123   linestyle_define.xhp \
124   linestyles.xhp \
125   macro_recording.xhp \
126   main.xhp \
127   measurement_units.xhp \
128   microsoft_terms.xhp \
129   mobiledevicefilters.xhp \
130   ms_doctypes.xhp \
131   ms_import_export_limitations.xhp \
132   ms_user.xhp \
133   navigator.xhp \
134   navigator_setcursor.xhp \
135   navpane_on.xhp \
136   numbering_stop.xhp \
137   pageformat_max.xhp \
138   paintbrush.xhp \
139   pasting.xhp \
140   print_blackwhite.xhp \
141   print_faster.xhp \
142   protection.xhp \
143   redlining.xhp \
144   redlining_accept.xhp \
145   redlining_doccompare.xhp \
146   redlining_docmerge.xhp \
147   redlining_enter.xhp \
148   redlining_protect.xhp \
149   redlining_versions.xhp \
150   round_corner.xhp \
151   scripting.xhp \
152   sidebar_window.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