Files
help/helpcontent2/source/text/schart/01/makefile.mk
Vladimir Glazounov 1969d66462 INTEGRATION: CWS hcshared10 (1.7.266); FILE MERGED
2007/09/04 10:31:18 ufi 1.7.266.6: makefiles
2007/07/30 09:59:43 ufi 1.7.266.5: i80022
2007/07/24 11:10:54 ufi 1.7.266.4: makefiles
2007/07/18 14:29:02 ufi 1.7.266.3: new makefiles
2007/06/04 10:44:35 ufi 1.7.266.2: RESYNC: (1.7-1.8); FILE MERGED
2007/06/01 10:38:54 ufi 1.7.266.1: after i72777
2007-09-21 08:48:14 +00:00

83 lines
1.9 KiB
Makefile

#*************************************************************************
#*
#* $Workfile:$
#*
#* Creation date KR 28.06.99
#* last change $Author: vg $ $Date: 2007-09-21 09:48:14 $
#*
#* $Revision: 1.9 $
#*
#* $Logfile:$
#*
#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
#*
#*************************************************************************
# edit to match directory level
PRJ = ..$/..$/..$/..
# same for all makefiles in "helpcontent2"
PRJNAME = helpcontent2
# edit to match the current package
PACKAGE = text/schart/01
# uniqe name (module wide);
# using a modified form of package should do here
TARGET = text_schart_01
# edit to match the current module
MODULE = schart
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/settings.pmk
# this list matches the *.xhp files to process
XHPFILES = \
03010000.xhp \
04010000.xhp \
04020000.xhp \
04030000.xhp \
04040000.xhp \
04050000.xhp \
04050100.xhp \
04060000.xhp \
04070000.xhp \
05010000.xhp \
05010100.xhp \
05010200.xhp \
05020000.xhp \
05020100.xhp \
05020101.xhp \
05020200.xhp \
05020201.xhp \
05030000.xhp \
05040000.xhp \
05040100.xhp \
05040200.xhp \
05040201.xhp \
05050000.xhp \
05050100.xhp \
05060000.xhp \
05070000.xhp \
05080000.xhp \
05120000.xhp \
choose_chart_type.xhp \
smooth_line_properties.xhp \
three_d_view.xhp \
type_area.xhp \
type_column_bar.xhp \
type_column_line.xhp \
type_line.xhp \
type_net.xhp \
type_pie.xhp \
type_stock.xhp \
type_xy.xhp \
wiz_chart_elements.xhp \
wiz_chart_type.xhp \
wiz_data_range.xhp \
wiz_data_series.xhp
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.INCLUDE : $(PRJ)$/makefile.pmk