summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/scalc/guide/makefile.mk
blob: 83822c880cb0d4a8ea6fd5e6945d44f3fa4ffbc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
#*************************************************************************
#*
#*    $Workfile:$
#*
#*    Creation date     KR 28.06.99
#*    last change       $Author: fpe $ $Date: 2004-08-19 19:54:09 $
#*
#*    $Revision: 1.3 $
#*
#*    $Logfile:$
#*
#*    Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
#*
#*************************************************************************

# edit to match directory level 
PRJ		= ..$/..$/..$/..
# same for all makefiles in "help2"
PRJNAME = help2
# edit to match the current package
PACKAGE = text/scalc/guide
# uniqe name (module wide);
# using a modified forme of package should do here
TARGET  = text_scalc_guide
# edit to match the current module
MODULE  = scalc

# --- Settings -----------------------------------------------------

.INCLUDE : $(PRJ)$/settings.pmk
.INCLUDE : settings.mk

# this list matches the *.xhp files to process
HZIPFILES = \
    address_auto.hzip \
    address_byname.hzip \
    auto_off.hzip \
    autofilter.hzip \
    autoformat.hzip \
    calc_date.hzip \
    calc_series.hzip \
    calc_timevalues.hzip \
    calculate.hzip \
    cell_protect.hzip \
    cell_unprotect.hzip \
    cellcopy.hzip \
    cellreference_dragdrop.hzip \
    cellreferences.hzip \
    cellreferences_url.hzip \
    cellstyle_by_formula.hzip \
    cellstyle_conditional.hzip \
    cellstyle_minusvalue.hzip \
    consolidate.hzip \
    csv_files.hzip \
    csv_formula.hzip \
    currency_format.hzip \
    database_define.hzip \
    database_filter.hzip \
    database_group.hzip \
    database_sort.hzip \
    datapilot_createtable.hzip \
    datapilot_deletetable.hzip \
    datapilot_edittable.hzip \
    datapilot_filtertable.hzip \
    datapilot_tipps.hzip \
    datapilot_updatetable.hzip \
    dbase_files.hzip \
    design.hzip \
    edit_multitables.hzip \
    filters.hzip \
    format_table.hzip \
    format_value.hzip \
    format_value_userdef.hzip \
    formula_copy.hzip \
    formula_enter.hzip \
    formula_value.hzip \
    formulas.hzip \
    fraction_enter.hzip \
    goalseek.hzip \
    html_doc.hzip \
    integer_leading_zero.hzip \
    keyboard.hzip \
    line_fix.hzip \
    main.hzip \
    mark_cells.hzip \
    matrixformula.hzip \
    multi_tables.hzip \
    multioperation.hzip \
    multitables.hzip \
    note_insert.hzip \
    print_details.hzip \
    print_exact.hzip \
    print_landscape.hzip \
    print_title_row.hzip \
    printranges.hzip \
    relativ_absolut_ref.hzip \
    rename_table.hzip \
    rounding_numbers.hzip \
    row_height.hzip \
    sorted_list.hzip \
    specialfilter.hzip \
    super_subscript.hzip \
    table_rotate.hzip \
    table_view.hzip \
    text_numbers.hzip \
    text_rotate.hzip \
    text_wrap.hzip \
    userdefined_function.hzip \
    validity.hzip \
    value_with_name.hzip \
    webquery.hzip \
    year2000.hzip 
    
# --- Targets ------------------------------------------------------

.INCLUDE :  target.mk
.INCLUDE : $(PRJ)$/makefile.pmk