summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/schart/01/makefile.mk
blob: 5b1ae62338aa39ca0def878c11d7366e96f363a1 (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
#*************************************************************************
#*
#*    $Workfile:$
#*
#*    Creation date     KR 28.06.99
#*    last change       $Author: fpe $ $Date: 2004-08-19 19:54:11 $
#*
#*    $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/schart/01
# uniqe name (module wide);
# using a modified forme of package should do here
TARGET  = text_schart_01
# edit to match the current module
MODULE  = schart

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

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

# this list matches the *.xhp files to process
HZIPFILES = \
    03010000.hzip \
    04010000.hzip \
    04020000.hzip \
    04030000.hzip \
    04040000.hzip \
    04050000.hzip \
    04060000.hzip \
    04070000.hzip \
    05010000.hzip \
    05010100.hzip \
    05010200.hzip \
    05020000.hzip \
    05020100.hzip \
    05020101.hzip \
    05020200.hzip \
    05020201.hzip \
    05030000.hzip \
    05040000.hzip \
    05040100.hzip \
    05040200.hzip \
    05040201.hzip \
    05050000.hzip \
    05050100.hzip \
    05060000.hzip \
    05070000.hzip \
    05080000.hzip \
    05090000.hzip \
    05100000.hzip \
    05110000.hzip \
    05120000.hzip 
    
# --- Targets ------------------------------------------------------

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