1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28# edit to match directory level
29PRJ		= ..$/..$/..$/..
30# same for all makefiles in "helpcontent2"
31PRJNAME = helpcontent2
32# edit to match the current package
33PACKAGE = text/shared/guide
34# uniqe name (module wide);
35# using a modified form of package should do here
36TARGET  = text_shared_guide
37# edit to match the current module
38MODULE  = shared
39
40# --- Settings -----------------------------------------------------
41
42.INCLUDE : settings.mk
43.INCLUDE : $(PRJ)$/settings.pmk
44
45# this list matches the *.xhp files to process
46XHPFILES = \
47   aaa_start.xhp \
48   accessibility.xhp \
49   active_help_on_off.xhp \
50   activex.xhp \
51   assistive.xhp \
52   autocorr_url.xhp \
53   autohide.xhp \
54   background.xhp \
55   border_paragraph.xhp \
56   border_table.xhp \
57   breaking_lines.xhp \
58   change_title.xhp \
59   chart_axis.xhp \
60   chart_barformat.xhp \
61   chart_insert.xhp \
62   chart_legend.xhp \
63   chart_title.xhp \
64   collab.xhp \
65   configure_overview.xhp \
66   contextmenu.xhp \
67   copy_drawfunctions.xhp \
68   copytable2application.xhp \
69   copytext2application.xhp \
70   ctl.xhp \
71   data_addressbook.xhp \
72   data_dbase2office.xhp \
73   data_enter_sql.xhp \
74   data_forms.xhp \
75   data_im_export.xhp \
76   data_new.xhp \
77   data_queries.xhp \
78   data_register.xhp \
79   data_report.xhp \
80   data_reports.xhp \
81   data_search.xhp \
82   data_search2.xhp \
83   data_tabledefine.xhp \
84   data_tables.xhp \
85   data_view.xhp \
86   database_main.xhp \
87   digital_signatures.xhp \
88   digitalsign_receive.xhp \
89   digitalsign_send.xhp \
90   doc_autosave.xhp \
91   doc_open.xhp \
92   doc_save.xhp \
93   dragdrop.xhp \
94   dragdrop_beamer.xhp \
95   dragdrop_fromgallery.xhp \
96   dragdrop_gallery.xhp \
97   dragdrop_graphic.xhp \
98   dragdrop_table.xhp \
99   edit_symbolbar.xhp \
100   email.xhp \
101   error_report.xhp \
102   export_ms.xhp \
103   fax.xhp \
104   filternavigator.xhp \
105   find_attributes.xhp \
106   flat_icons.xhp \
107   floating_toolbar.xhp \
108   fontwork.xhp \
109   formfields.xhp \
110   gallery_insert.xhp \
111   groups.xhp \
112   hyperlink_edit.xhp \
113   hyperlink_insert.xhp \
114   hyperlink_rel_abs.xhp \
115   hyperlink_search.xhp \
116   imagemap.xhp \
117   import_ms.xhp \
118   insert_bitmap.xhp \
119   insert_graphic_drawit.xhp \
120   insert_specialchar.xhp \
121   integratinguno.xhp \
122   keyboard.xhp \
123   labels.xhp \
124   labels_database.xhp \
125   language_select.xhp \
126   line_intext.xhp \
127   lineend_define.xhp \
128   linestyle_define.xhp \
129   linestyles.xhp \
130   macro_recording.xhp \
131   main.xhp \
132   measurement_units.xhp \
133   microsoft_terms.xhp \
134   mobiledevicefilters.xhp \
135   ms_doctypes.xhp \
136   ms_import_export_limitations.xhp \
137   ms_user.xhp \
138   navigator.xhp \
139   navigator_setcursor.xhp \
140   navpane_on.xhp \
141   numbering_stop.xhp \
142   pageformat_max.xhp \
143   paintbrush.xhp \
144   pasting.xhp \
145   print_blackwhite.xhp \
146   print_faster.xhp \
147   protection.xhp \
148   redlining.xhp \
149   redlining_accept.xhp \
150   redlining_doccompare.xhp \
151   redlining_docmerge.xhp \
152   redlining_enter.xhp \
153   redlining_protect.xhp \
154   redlining_versions.xhp \
155   round_corner.xhp \
156   scripting.xhp \
157   space_hyphen.xhp \
158   spadmin.xhp \
159   standard_template.xhp \
160   start_parameters.xhp \
161   startcenter.xhp \
162   tabs.xhp \
163   text_color.xhp \
164   textmode_change.xhp \
165   undo_formatting.xhp \
166   version_number.xhp \
167   viewing_file_properties.xhp \
168   workfolder.xhp \
169   xforms.xhp \
170   xsltfilter.xhp \
171   xsltfilter_create.xhp \
172   xsltfilter_distribute.xhp
173
174# --- Targets ------------------------------------------------------
175
176.INCLUDE :  target.mk
177.INCLUDE : tg_help.mk
178