1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.template,v $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 # edit to match directory level
34 # same for all makefiles in "helpcontent2"
35 PRJNAME
= helpcontent2
36 # edit to match the current package
37 PACKAGE
= text
/shared
/guide
38 # uniqe name (module wide);
39 # using a modified form of package should do here
40 TARGET
= text_shared_guide
41 # edit to match the current module
44 # --- Settings -----------------------------------------------------
46 .INCLUDE
: settings.mk
47 .INCLUDE
: $(PRJ
)$/settings.pmk
49 # this list matches the *.xhp files to process
53 active_help_on_off.xhp \
59 border_paragraph.xhp \
69 configure_overview.xhp \
71 copy_drawfunctions.xhp \
72 copytable2application.xhp \
73 copytext2application.xhp \
75 data_addressbook.xhp \
76 data_dbase2office.xhp \
87 data_tabledefine.xhp \
91 digital_signatures.xhp \
92 digitalsign_receive.xhp \
93 digitalsign_send.xhp \
99 dragdrop_fromgallery.xhp \
100 dragdrop_gallery.xhp \
101 dragdrop_graphic.xhp \
108 filternavigator.xhp \
109 find_attributes.xhp \
111 floating_toolbar.xhp \
117 hyperlink_insert.xhp \
118 hyperlink_rel_abs.xhp \
119 hyperlink_search.xhp \
123 insert_graphic_drawit.xhp \
124 insert_specialchar.xhp \
128 labels_database.xhp \
129 language_select.xhp \
132 linestyle_define.xhp \
134 macro_recording.xhp \
136 measurement_units.xhp \
137 microsoft_terms.xhp \
138 mobiledevicefilters.xhp \
140 ms_import_export_limitations.xhp \
143 navigator_setcursor.xhp \
149 print_blackwhite.xhp \
153 redlining_accept.xhp \
154 redlining_doccompare.xhp \
155 redlining_docmerge.xhp \
156 redlining_enter.xhp \
157 redlining_protect.xhp \
158 redlining_versions.xhp \
163 standard_template.xhp \
164 start_parameters.xhp \
168 textmode_change.xhp \
169 undo_formatting.xhp \
171 viewing_file_properties.xhp \
175 xsltfilter_create.xhp \
176 xsltfilter_distribute.xhp
178 # --- Targets ------------------------------------------------------
181 .INCLUDE
: $(PRJ
)$/makefile.pmk