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/schart/01 34# uniqe name (module wide); 35# using a modified form of package should do here 36TARGET = text_schart_01 37# edit to match the current module 38MODULE = schart 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 03010000.xhp \ 48 04010000.xhp \ 49 04020000.xhp \ 50 04030000.xhp \ 51 04040000.xhp \ 52 04050000.xhp \ 53 04050100.xhp \ 54 04060000.xhp \ 55 04070000.xhp \ 56 05010000.xhp \ 57 05010100.xhp \ 58 05010200.xhp \ 59 05020000.xhp \ 60 05020100.xhp \ 61 05020101.xhp \ 62 05020200.xhp \ 63 05020201.xhp \ 64 05030000.xhp \ 65 05040000.xhp \ 66 05040100.xhp \ 67 05040200.xhp \ 68 05040201.xhp \ 69 05040202.xhp \ 70 05050000.xhp \ 71 05050100.xhp \ 72 05060000.xhp \ 73 05070000.xhp \ 74 05080000.xhp \ 75 05120000.xhp \ 76 choose_chart_type.xhp \ 77 smooth_line_properties.xhp \ 78 three_d_view.xhp \ 79 type_area.xhp \ 80 type_bubble.xhp \ 81 type_column_bar.xhp \ 82 type_column_line.xhp \ 83 type_line.xhp \ 84 type_net.xhp \ 85 type_pie.xhp \ 86 type_stock.xhp \ 87 type_xy.xhp \ 88 wiz_chart_elements.xhp \ 89 wiz_chart_type.xhp \ 90 wiz_data_range.xhp \ 91 wiz_data_series.xhp 92 93# --- Targets ------------------------------------------------------ 94 95.INCLUDE : target.mk 96.INCLUDE : tg_help.mk 97