Files
help/source/text/shared/guide/makefile.mk
Michael Meeks df4d4db740 re-base on ALv2 code. Includes:
Patch contributed by Oliver Rainer-Wittmann
    i#118572 - remove ui string and help content regarding
    usage of Java Mail in Writer's Mail Merge as Java
    Mail is not used.
    http://svn.apache.org/viewvc?view=revision&revision=1197035

    Patches contributed by Herbert Duerr
    updated help text for regexp word boundaries
    http://svn.apache.org/viewvc?view=revision&revision=1228026
    improved help text for word boundary regexp expression \b
    http://svn.apache.org/viewvc?view=revision&revision=1234738

    Patches contributed by Jurgen Schmidt
    remove onlineregistration with dependencies
    http://svn.apache.org/viewvc?view=revision&revision=1240245

    Patch contributed by Regina Henschel
    Extended tips for corner and cap style
    http://svn.apache.org/viewvc?view=revision&revision=1242287

* re-enable on-line update help, remove obsolete on-line purchasing.
2012-12-13 13:02:02 +00:00

169 lines
4.2 KiB
Makefile

#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This file incorporates work covered by the following license notice:
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed
# with this work for additional information regarding copyright
# ownership. The ASF licenses this file to you under the Apache
# License, Version 2.0 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
# edit to match directory level
PRJ = ..$/..$/..$/..
# same for all makefiles in "helpcontent2"
PRJNAME = helpcontent2
# edit to match the current package
PACKAGE = text/shared/guide
# uniqe name (module wide);
# using a modified form of package should do here
TARGET = text_shared_guide
# edit to match the current module
MODULE = shared
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/settings.pmk
# this list matches the *.xhp files to process
XHPFILES = \
aaa_start.xhp \
accessibility.xhp \
active_help_on_off.xhp \
activex.xhp \
assistive.xhp \
autocorr_url.xhp \
autohide.xhp \
background.xhp \
border_paragraph.xhp \
border_table.xhp \
breaking_lines.xhp \
change_title.xhp \
chart_axis.xhp \
chart_barformat.xhp \
chart_insert.xhp \
chart_legend.xhp \
chart_title.xhp \
collab.xhp \
configure_overview.xhp \
contextmenu.xhp \
copy_drawfunctions.xhp \
copytable2application.xhp \
copytext2application.xhp \
ctl.xhp \
data_addressbook.xhp \
data_dbase2office.xhp \
data_enter_sql.xhp \
data_forms.xhp \
data_im_export.xhp \
data_new.xhp \
data_queries.xhp \
data_register.xhp \
data_report.xhp \
data_reports.xhp \
data_search.xhp \
data_search2.xhp \
data_tabledefine.xhp \
data_tables.xhp \
data_view.xhp \
database_main.xhp \
digital_signatures.xhp \
digitalsign_receive.xhp \
digitalsign_send.xhp \
doc_autosave.xhp \
doc_open.xhp \
doc_save.xhp \
dragdrop.xhp \
dragdrop_beamer.xhp \
dragdrop_fromgallery.xhp \
dragdrop_gallery.xhp \
dragdrop_graphic.xhp \
dragdrop_table.xhp \
edit_symbolbar.xhp \
email.xhp \
error_report.xhp \
export_ms.xhp \
fax.xhp \
filternavigator.xhp \
find_attributes.xhp \
flat_icons.xhp \
floating_toolbar.xhp \
fontwork.xhp \
formfields.xhp \
gallery_insert.xhp \
groups.xhp \
hyperlink_edit.xhp \
hyperlink_insert.xhp \
hyperlink_rel_abs.xhp \
imagemap.xhp \
import_ms.xhp \
insert_bitmap.xhp \
insert_graphic_drawit.xhp \
insert_specialchar.xhp \
integratinguno.xhp \
keyboard.xhp \
labels.xhp \
labels_database.xhp \
language_select.xhp \
line_intext.xhp \
lineend_define.xhp \
linestyle_define.xhp \
linestyles.xhp \
macro_recording.xhp \
main.xhp \
measurement_units.xhp \
microsoft_terms.xhp \
mobiledevicefilters.xhp \
ms_doctypes.xhp \
ms_import_export_limitations.xhp \
ms_user.xhp \
navigator.xhp \
navigator_setcursor.xhp \
navpane_on.xhp \
numbering_stop.xhp \
pageformat_max.xhp \
paintbrush.xhp \
pasting.xhp \
print_blackwhite.xhp \
print_faster.xhp \
protection.xhp \
redlining.xhp \
redlining_accept.xhp \
redlining_doccompare.xhp \
redlining_docmerge.xhp \
redlining_enter.xhp \
redlining_protect.xhp \
redlining_versions.xhp \
redlining_navigation.xhp \
round_corner.xhp \
scripting.xhp \
space_hyphen.xhp \
spadmin.xhp \
standard_template.xhp \
start_parameters.xhp \
startcenter.xhp \
tabs.xhp \
text_color.xhp \
textmode_change.xhp \
undo_formatting.xhp \
version_number.xhp \
viewing_file_properties.xhp \
workfolder.xhp \
xforms.xhp \
xsltfilter.xhp \
xsltfilter_create.xhp \
xsltfilter_distribute.xhp
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.INCLUDE : tg_help.mk