1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24# edit to match directory level
25PRJ		= ..$/..$/..$/..
26# same for all makefiles in "helpcontent2"
27PRJNAME = helpcontent2
28# edit to match the current package
29PACKAGE = text/schart/01
30# uniqe name (module wide);
31# using a modified form of package should do here
32TARGET  = text_schart_01
33# edit to match the current module
34MODULE  = schart
35
36# --- Settings -----------------------------------------------------
37
38.INCLUDE : settings.mk
39.INCLUDE : $(PRJ)$/settings.pmk
40
41# this list matches the *.xhp files to process
42XHPFILES = \
43   03010000.xhp \
44   04010000.xhp \
45   04020000.xhp \
46   04030000.xhp \
47   04040000.xhp \
48   04050000.xhp \
49   04050100.xhp \
50   04060000.xhp \
51   04070000.xhp \
52   05010000.xhp \
53   05010100.xhp \
54   05010200.xhp \
55   05020000.xhp \
56   05020100.xhp \
57   05020101.xhp \
58   05020200.xhp \
59   05020201.xhp \
60   05030000.xhp \
61   05040000.xhp \
62   05040100.xhp \
63   05040200.xhp \
64   05040201.xhp \
65   05040202.xhp \
66   05050000.xhp \
67   05050100.xhp \
68   05060000.xhp \
69   05070000.xhp \
70   05080000.xhp \
71   05120000.xhp \
72   choose_chart_type.xhp \
73   smooth_line_properties.xhp \
74   three_d_view.xhp \
75   type_area.xhp \
76   type_bubble.xhp \
77   type_column_bar.xhp \
78   type_column_line.xhp \
79   type_line.xhp \
80   type_net.xhp \
81   type_pie.xhp \
82   type_stock.xhp \
83   type_xy.xhp \
84   wiz_chart_elements.xhp \
85   wiz_chart_type.xhp \
86   wiz_data_range.xhp \
87   wiz_data_series.xhp
88
89# --- Targets ------------------------------------------------------
90
91.INCLUDE :  target.mk
92.INCLUDE : tg_help.mk
93