1*cdf0e10cSrcweir#*************************************************************************
2*cdf0e10cSrcweir#
3*cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir#
5*cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir#
7*cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir#
9*cdf0e10cSrcweir# This file is part of OpenOffice.org.
10*cdf0e10cSrcweir#
11*cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir# only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir#
15*cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir#
21*cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir# version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir# <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir# for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir#
26*cdf0e10cSrcweir#*************************************************************************
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir# edit to match directory level
29*cdf0e10cSrcweirPRJ		= ..$/..$/..$/..
30*cdf0e10cSrcweir# same for all makefiles in "helpcontent2"
31*cdf0e10cSrcweirPRJNAME = helpcontent2
32*cdf0e10cSrcweir# edit to match the current package
33*cdf0e10cSrcweirPACKAGE = text/swriter/guide
34*cdf0e10cSrcweir# uniqe name (module wide);
35*cdf0e10cSrcweir# using a modified form of package should do here
36*cdf0e10cSrcweirTARGET  = text_swriter_guide
37*cdf0e10cSrcweir# edit to match the current module
38*cdf0e10cSrcweirMODULE  = swriter
39*cdf0e10cSrcweir
40*cdf0e10cSrcweir# --- Settings -----------------------------------------------------
41*cdf0e10cSrcweir
42*cdf0e10cSrcweir.INCLUDE : settings.mk
43*cdf0e10cSrcweir.INCLUDE : $(PRJ)$/settings.pmk
44*cdf0e10cSrcweir
45*cdf0e10cSrcweir# this list matches the *.xhp files to process
46*cdf0e10cSrcweirXHPFILES = \
47*cdf0e10cSrcweir   anchor_object.xhp \
48*cdf0e10cSrcweir   arrange_chapters.xhp \
49*cdf0e10cSrcweir   auto_numbering.xhp \
50*cdf0e10cSrcweir   auto_off.xhp \
51*cdf0e10cSrcweir   auto_spellcheck.xhp \
52*cdf0e10cSrcweir   autocorr_except.xhp \
53*cdf0e10cSrcweir   autotext.xhp \
54*cdf0e10cSrcweir   background.xhp \
55*cdf0e10cSrcweir   border_object.xhp \
56*cdf0e10cSrcweir   border_page.xhp \
57*cdf0e10cSrcweir   borders.xhp \
58*cdf0e10cSrcweir   calculate.xhp \
59*cdf0e10cSrcweir   calculate_clipboard.xhp \
60*cdf0e10cSrcweir   calculate_intable.xhp \
61*cdf0e10cSrcweir   calculate_intext.xhp \
62*cdf0e10cSrcweir   calculate_intext2.xhp \
63*cdf0e10cSrcweir   calculate_multitable.xhp \
64*cdf0e10cSrcweir   captions.xhp \
65*cdf0e10cSrcweir   captions_numbers.xhp \
66*cdf0e10cSrcweir   change_header.xhp \
67*cdf0e10cSrcweir   chapter_numbering.xhp \
68*cdf0e10cSrcweir   conditional_text.xhp \
69*cdf0e10cSrcweir   conditional_text2.xhp \
70*cdf0e10cSrcweir   delete_from_dict.xhp \
71*cdf0e10cSrcweir   dragdroptext.xhp \
72*cdf0e10cSrcweir   even_odd_sdw.xhp \
73*cdf0e10cSrcweir   field_convert.xhp \
74*cdf0e10cSrcweir   fields.xhp \
75*cdf0e10cSrcweir   fields_date.xhp \
76*cdf0e10cSrcweir   fields_enter.xhp \
77*cdf0e10cSrcweir   fields_userdata.xhp \
78*cdf0e10cSrcweir   finding.xhp \
79*cdf0e10cSrcweir   footer_nextpage.xhp \
80*cdf0e10cSrcweir   footer_pagenumber.xhp \
81*cdf0e10cSrcweir   footnote_usage.xhp \
82*cdf0e10cSrcweir   footnote_with_line.xhp \
83*cdf0e10cSrcweir   form_letters_main.xhp \
84*cdf0e10cSrcweir   globaldoc.xhp \
85*cdf0e10cSrcweir   globaldoc_howtos.xhp \
86*cdf0e10cSrcweir   header_footer.xhp \
87*cdf0e10cSrcweir   header_pagestyles.xhp \
88*cdf0e10cSrcweir   header_with_chapter.xhp \
89*cdf0e10cSrcweir   header_with_line.xhp \
90*cdf0e10cSrcweir   hidden_text.xhp \
91*cdf0e10cSrcweir   hidden_text_display.xhp \
92*cdf0e10cSrcweir   hyperlinks.xhp \
93*cdf0e10cSrcweir   hyphen_prevent.xhp \
94*cdf0e10cSrcweir   indenting.xhp \
95*cdf0e10cSrcweir   indices_delete.xhp \
96*cdf0e10cSrcweir   indices_edit.xhp \
97*cdf0e10cSrcweir   indices_enter.xhp \
98*cdf0e10cSrcweir   indices_form.xhp \
99*cdf0e10cSrcweir   indices_index.xhp \
100*cdf0e10cSrcweir   indices_literature.xhp \
101*cdf0e10cSrcweir   indices_multidoc.xhp \
102*cdf0e10cSrcweir   indices_toc.xhp \
103*cdf0e10cSrcweir   indices_userdef.xhp \
104*cdf0e10cSrcweir   insert_beforetable.xhp \
105*cdf0e10cSrcweir   insert_graphic.xhp \
106*cdf0e10cSrcweir   insert_graphic_dialog.xhp \
107*cdf0e10cSrcweir   insert_graphic_fromchart.xhp \
108*cdf0e10cSrcweir   insert_graphic_fromdraw.xhp \
109*cdf0e10cSrcweir   insert_graphic_gallery.xhp \
110*cdf0e10cSrcweir   insert_graphic_scan.xhp \
111*cdf0e10cSrcweir   insert_line.xhp \
112*cdf0e10cSrcweir   insert_tab_innumbering.xhp \
113*cdf0e10cSrcweir   join_numbered_lists.xhp \
114*cdf0e10cSrcweir   jump2statusbar.xhp \
115*cdf0e10cSrcweir   keyboard.xhp \
116*cdf0e10cSrcweir   load_styles.xhp \
117*cdf0e10cSrcweir   main.xhp \
118*cdf0e10cSrcweir   navigator.xhp \
119*cdf0e10cSrcweir   nonprintable_text.xhp \
120*cdf0e10cSrcweir   number_date_conv.xhp \
121*cdf0e10cSrcweir   number_sequence.xhp \
122*cdf0e10cSrcweir   numbering_lines.xhp \
123*cdf0e10cSrcweir   numbering_paras.xhp \
124*cdf0e10cSrcweir   page_break.xhp \
125*cdf0e10cSrcweir   pagebackground.xhp \
126*cdf0e10cSrcweir   pagenumbers.xhp \
127*cdf0e10cSrcweir   pageorientation.xhp \
128*cdf0e10cSrcweir   pagestyles.xhp \
129*cdf0e10cSrcweir   print_brochure.xhp \
130*cdf0e10cSrcweir   print_preview.xhp \
131*cdf0e10cSrcweir   print_small.xhp \
132*cdf0e10cSrcweir   printer_tray.xhp \
133*cdf0e10cSrcweir   printing_order.xhp \
134*cdf0e10cSrcweir   protection.xhp \
135*cdf0e10cSrcweir   references.xhp \
136*cdf0e10cSrcweir   references_modify.xhp \
137*cdf0e10cSrcweir   registertrue.xhp \
138*cdf0e10cSrcweir   removing_line_breaks.xhp \
139*cdf0e10cSrcweir   reset_format.xhp \
140*cdf0e10cSrcweir   resize_navigator.xhp \
141*cdf0e10cSrcweir   ruler.xhp \
142*cdf0e10cSrcweir   search_regexp.xhp \
143*cdf0e10cSrcweir   section_edit.xhp \
144*cdf0e10cSrcweir   section_insert.xhp \
145*cdf0e10cSrcweir   sections.xhp \
146*cdf0e10cSrcweir   send2html.xhp \
147*cdf0e10cSrcweir   shortcut_writing.xhp \
148*cdf0e10cSrcweir   smarttags.xhp \
149*cdf0e10cSrcweir   spellcheck_dialog.xhp \
150*cdf0e10cSrcweir   stylist_fillformat.xhp \
151*cdf0e10cSrcweir   stylist_fromselect.xhp \
152*cdf0e10cSrcweir   stylist_update.xhp \
153*cdf0e10cSrcweir   subscript.xhp \
154*cdf0e10cSrcweir   table_cellmerge.xhp \
155*cdf0e10cSrcweir   table_cells.xhp \
156*cdf0e10cSrcweir   table_delete.xhp \
157*cdf0e10cSrcweir   table_insert.xhp \
158*cdf0e10cSrcweir   table_repeat_multiple_headers.xhp \
159*cdf0e10cSrcweir   table_select.xhp \
160*cdf0e10cSrcweir   table_sizing.xhp \
161*cdf0e10cSrcweir   tablemode.xhp \
162*cdf0e10cSrcweir   template_create.xhp \
163*cdf0e10cSrcweir   template_default.xhp \
164*cdf0e10cSrcweir   templates_styles.xhp \
165*cdf0e10cSrcweir   text_animation.xhp \
166*cdf0e10cSrcweir   text_capital.xhp \
167*cdf0e10cSrcweir   text_centervert.xhp \
168*cdf0e10cSrcweir   text_direct_cursor.xhp \
169*cdf0e10cSrcweir   text_emphasize.xhp \
170*cdf0e10cSrcweir   text_frame.xhp \
171*cdf0e10cSrcweir   text_nav_keyb.xhp \
172*cdf0e10cSrcweir   text_rotate.xhp \
173*cdf0e10cSrcweir   textdoc_inframe.xhp \
174*cdf0e10cSrcweir   using_hyphen.xhp \
175*cdf0e10cSrcweir   using_numbered_lists.xhp \
176*cdf0e10cSrcweir   using_numbered_lists2.xhp \
177*cdf0e10cSrcweir   using_numbering.xhp \
178*cdf0e10cSrcweir   using_thesaurus.xhp \
179*cdf0e10cSrcweir   word_completion.xhp \
180*cdf0e10cSrcweir   word_completion_adjust.xhp \
181*cdf0e10cSrcweir   words_count.xhp \
182*cdf0e10cSrcweir   wrap.xhp
183*cdf0e10cSrcweir
184*cdf0e10cSrcweir# --- Targets ------------------------------------------------------
185*cdf0e10cSrcweir
186*cdf0e10cSrcweir.INCLUDE :  target.mk
187*cdf0e10cSrcweir.INCLUDE : tg_help.mk
188