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/swriter/guide
30# uniqe name (module wide);
31# using a modified form of package should do here
32TARGET  = text_swriter_guide
33# edit to match the current module
34MODULE  = swriter
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   anchor_object.xhp \
44   arrange_chapters.xhp \
45   auto_numbering.xhp \
46   auto_off.xhp \
47   auto_spellcheck.xhp \
48   autocorr_except.xhp \
49   autotext.xhp \
50   background.xhp \
51   border_object.xhp \
52   border_page.xhp \
53   borders.xhp \
54   calculate.xhp \
55   calculate_clipboard.xhp \
56   calculate_intable.xhp \
57   calculate_intext.xhp \
58   calculate_intext2.xhp \
59   calculate_multitable.xhp \
60   captions.xhp \
61   captions_numbers.xhp \
62   change_header.xhp \
63   chapter_numbering.xhp \
64   conditional_text.xhp \
65   conditional_text2.xhp \
66   delete_from_dict.xhp \
67   dragdroptext.xhp \
68   even_odd_sdw.xhp \
69   field_convert.xhp \
70   fields.xhp \
71   fields_date.xhp \
72   fields_enter.xhp \
73   fields_userdata.xhp \
74   finding.xhp \
75   footer_nextpage.xhp \
76   footer_pagenumber.xhp \
77   footnote_usage.xhp \
78   footnote_with_line.xhp \
79   form_letters_main.xhp \
80   globaldoc.xhp \
81   globaldoc_howtos.xhp \
82   header_footer.xhp \
83   header_pagestyles.xhp \
84   header_with_chapter.xhp \
85   header_with_line.xhp \
86   hidden_text.xhp \
87   hidden_text_display.xhp \
88   hyperlinks.xhp \
89   hyphen_prevent.xhp \
90   indenting.xhp \
91   indices_delete.xhp \
92   indices_edit.xhp \
93   indices_enter.xhp \
94   indices_form.xhp \
95   indices_index.xhp \
96   indices_literature.xhp \
97   indices_multidoc.xhp \
98   indices_toc.xhp \
99   indices_userdef.xhp \
100   insert_beforetable.xhp \
101   insert_graphic.xhp \
102   insert_graphic_dialog.xhp \
103   insert_graphic_fromchart.xhp \
104   insert_graphic_fromdraw.xhp \
105   insert_graphic_gallery.xhp \
106   insert_graphic_scan.xhp \
107   insert_line.xhp \
108   insert_tab_innumbering.xhp \
109   join_numbered_lists.xhp \
110   jump2statusbar.xhp \
111   keyboard.xhp \
112   load_styles.xhp \
113   main.xhp \
114   navigator.xhp \
115   nonprintable_text.xhp \
116   number_date_conv.xhp \
117   number_sequence.xhp \
118   numbering_lines.xhp \
119   numbering_paras.xhp \
120   page_break.xhp \
121   pagebackground.xhp \
122   pagenumbers.xhp \
123   pageorientation.xhp \
124   pagestyles.xhp \
125   print_brochure.xhp \
126   print_preview.xhp \
127   print_small.xhp \
128   printer_tray.xhp \
129   printing_order.xhp \
130   protection.xhp \
131   references.xhp \
132   references_modify.xhp \
133   registertrue.xhp \
134   removing_line_breaks.xhp \
135   reset_format.xhp \
136   resize_navigator.xhp \
137   ruler.xhp \
138   search_regexp.xhp \
139   section_edit.xhp \
140   section_insert.xhp \
141   sections.xhp \
142   send2html.xhp \
143   shortcut_writing.xhp \
144   smarttags.xhp \
145   spellcheck_dialog.xhp \
146   stylist_fillformat.xhp \
147   stylist_fromselect.xhp \
148   stylist_update.xhp \
149   subscript.xhp \
150   table_cellmerge.xhp \
151   table_cells.xhp \
152   table_delete.xhp \
153   table_insert.xhp \
154   table_repeat_multiple_headers.xhp \
155   table_select.xhp \
156   table_sizing.xhp \
157   tablemode.xhp \
158   template_create.xhp \
159   template_default.xhp \
160   templates_styles.xhp \
161   text_animation.xhp \
162   text_capital.xhp \
163   text_centervert.xhp \
164   text_direct_cursor.xhp \
165   text_emphasize.xhp \
166   text_frame.xhp \
167   text_nav_keyb.xhp \
168   text_rotate.xhp \
169   textdoc_inframe.xhp \
170   using_hyphen.xhp \
171   using_numbered_lists.xhp \
172   using_numbered_lists2.xhp \
173   using_numbering.xhp \
174   using_thesaurus.xhp \
175   word_completion.xhp \
176   word_completion_adjust.xhp \
177   words_count.xhp \
178   wrap.xhp
179
180# --- Targets ------------------------------------------------------
181
182.INCLUDE :  target.mk
183.INCLUDE : tg_help.mk
184