Update ooo320-m1
[ooovba.git] / helpcontent2 / source / text / shared / optionen / makefile.mk
blob9cb1349a021b8266eeb831689be033ba954f53b0
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.template,v $
11 # $Revision: 1.5 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 # edit to match directory level
33 PRJ = ..$/..$/..$/..
34 # same for all makefiles in "helpcontent2"
35 PRJNAME = helpcontent2
36 # edit to match the current package
37 PACKAGE = text/shared/optionen
38 # uniqe name (module wide);
39 # using a modified form of package should do here
40 TARGET = text_shared_optionen
41 # edit to match the current module
42 MODULE = shared
44 # --- Settings -----------------------------------------------------
46 .INCLUDE : settings.mk
47 .INCLUDE : $(PRJ)$/settings.pmk
49 # this list matches the *.xhp files to process
50 XHPFILES = \
51 01000000.xhp \
52 01010000.xhp \
53 01010100.xhp \
54 01010200.xhp \
55 01010300.xhp \
56 01010301.xhp \
57 01010400.xhp \
58 01010401.xhp \
59 01010500.xhp \
60 01010501.xhp \
61 01010600.xhp \
62 01010700.xhp \
63 01010800.xhp \
64 01010900.xhp \
65 01011000.xhp \
66 01012000.xhp \
67 01013000.xhp \
68 01014000.xhp \
69 01020000.xhp \
70 01020100.xhp \
71 01020200.xhp \
72 01020300.xhp \
73 01020400.xhp \
74 01030000.xhp \
75 01030300.xhp \
76 01030500.xhp \
77 01040000.xhp \
78 01040200.xhp \
79 01040300.xhp \
80 01040301.xhp \
81 01040400.xhp \
82 01040500.xhp \
83 01040600.xhp \
84 01040700.xhp \
85 01040900.xhp \
86 01041000.xhp \
87 01041100.xhp \
88 01050000.xhp \
89 01050100.xhp \
90 01050300.xhp \
91 01060000.xhp \
92 01060100.xhp \
93 01060300.xhp \
94 01060400.xhp \
95 01060401.xhp \
96 01060500.xhp \
97 01060600.xhp \
98 01060700.xhp \
99 01070000.xhp \
100 01070100.xhp \
101 01070300.xhp \
102 01070400.xhp \
103 01070500.xhp \
104 01080000.xhp \
105 01090000.xhp \
106 01090100.xhp \
107 01110000.xhp \
108 01110100.xhp \
109 01130100.xhp \
110 01130200.xhp \
111 01140000.xhp \
112 01150000.xhp \
113 01150100.xhp \
114 01150200.xhp \
115 01150300.xhp \
116 01160000.xhp \
117 01160100.xhp \
118 01160200.xhp \
119 01160201.xhp \
120 improvement.xhp \
121 java.xhp \
122 javaclasspath.xhp \
123 javaparameters.xhp \
124 macrosecurity.xhp \
125 macrosecurity_sl.xhp \
126 macrosecurity_ts.xhp \
127 mailmerge.xhp \
128 online_update.xhp \
129 serverauthentication.xhp \
130 testaccount.xhp \
131 viewcertificate.xhp \
132 viewcertificate_c.xhp \
133 viewcertificate_d.xhp \
134 viewcertificate_g.xhp
136 # --- Targets ------------------------------------------------------
138 .INCLUDE : target.mk
139 .INCLUDE : $(PRJ)$/makefile.pmk