1 #*************************************************************************
5 #* Creation date KR 28.06.99
6 #* last change $Author: hr $ $Date: 2007-06-26 12:34:21 $
12 #* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
14 #*************************************************************************
16 # edit to match directory level
18 # same for all makefiles in "helpcontent2"
19 PRJNAME
= helpcontent2
20 # uniqe name (module wide);
21 # using a modified form of package should do here
24 # --- Settings -----------------------------------------------------
26 .INCLUDE
: settings.mk
27 .INCLUDE
: $(PRJ
)$/settings.pmk
30 zip1generatedlangs
=TRUE
31 zip1langdirs
=$(aux_alllangiso
)
34 ZIP1DIR
=$(COMMONMISC
)$/$(LANGDIR
)
35 ZIP1LIST
=$(LANGDIR
)$/text
$/shared
$/* -x
"*.xhp????*" -x
"*.dphh*" -x
"*.hzip" -x
"*.created"
39 -add shared.tree
$(COMMONMISC
)$/LANGUAGE
$/shared.tree \
40 -add shared.jar
$(BIN
)$/xhp_shared_LANGUAGE.zip \
41 -add default.css
$(PRJ
)$/source
$/auxiliary
$/LANGUAGE
$/default.css \
42 -add highcontrast1.css
$(PRJ
)$/source
$/auxiliary
$/LANGUAGE
$/highcontrast1.css \
43 -add highcontrast2.css
$(PRJ
)$/source
$/auxiliary
$/LANGUAGE
$/highcontrast2.css \
44 -add highcontrastwhite.css
$(PRJ
)$/source
$/auxiliary
$/LANGUAGE
$/highcontrastwhite.css \
45 -add highcontrastblack.css
$(PRJ
)$/source
$/auxiliary
$/LANGUAGE
$/highcontrastblack.css \
46 -add err.html
$(COMMONMISC
)$/LANGUAGE
$/text
$/shared
$/05$/err_html.xhp
50 $(COMMONMISC
)$/LANGUAGE
$/shared.tree \
51 $(BIN
)$/xhp_shared_LANGUAGE.zip \
52 $(PRJ
)$/source
$/auxiliary
$/LANGUAGE
$/default.css \
53 $(PRJ
)$/source
$/auxiliary
$/LANGUAGE
$/highcontrast1.css \
54 $(PRJ
)$/source
$/auxiliary
$/LANGUAGE
$/highcontrast2.css \
55 $(PRJ
)$/source
$/auxiliary
$/LANGUAGE
$/highcontrastwhite.css \
56 $(PRJ
)$/source
$/auxiliary
$/LANGUAGE
$/highcontrastblack.css \
57 $(COMMONMISC
)$/LANGUAGE
$/text
$/shared
$/05$/err_html.xhp
63 # --- Targets ------------------------------------------------------
66 .INCLUDE
: $(PRJ
)$/util
$/target.pmk