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/shared/autopi
34# uniqe name (module wide);
35# using a modified form of package should do here
36TARGET  = text_shared_autopi
37# edit to match the current module
38MODULE  = shared
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   01000000.xhp \
48   01010000.xhp \
49   01010100.xhp \
50   01010200.xhp \
51   01010300.xhp \
52   01010400.xhp \
53   01010500.xhp \
54   01010600.xhp \
55   01020000.xhp \
56   01020100.xhp \
57   01020200.xhp \
58   01020300.xhp \
59   01020400.xhp \
60   01020500.xhp \
61   01040000.xhp \
62   01040100.xhp \
63   01040200.xhp \
64   01040300.xhp \
65   01040400.xhp \
66   01040500.xhp \
67   01040600.xhp \
68   01050000.xhp \
69   01050100.xhp \
70   01050200.xhp \
71   01050300.xhp \
72   01050400.xhp \
73   01050500.xhp \
74   01090000.xhp \
75   01090100.xhp \
76   01090200.xhp \
77   01090210.xhp \
78   01090220.xhp \
79   01090300.xhp \
80   01090400.xhp \
81   01090500.xhp \
82   01090600.xhp \
83   01100000.xhp \
84   01100100.xhp \
85   01100150.xhp \
86   01100200.xhp \
87   01100300.xhp \
88   01100400.xhp \
89   01100500.xhp \
90   01110000.xhp \
91   01110100.xhp \
92   01110200.xhp \
93   01110300.xhp \
94   01110400.xhp \
95   01110500.xhp \
96   01110600.xhp \
97   01120000.xhp \
98   01120100.xhp \
99   01120200.xhp \
100   01120300.xhp \
101   01120400.xhp \
102   01120500.xhp \
103   01130000.xhp \
104   01130100.xhp \
105   01130200.xhp \
106   01150000.xhp \
107   01170000.xhp \
108   01170200.xhp \
109   01170300.xhp \
110   01170400.xhp \
111   01170500.xhp \
112   purchase.xhp \
113   startup.xhp \
114   webwizard00.xhp \
115   webwizard01.xhp \
116   webwizard02.xhp \
117   webwizard03.xhp \
118   webwizard04.xhp \
119   webwizard05.xhp \
120   webwizard05bi.xhp \
121   webwizard05is.xhp \
122   webwizard06.xhp \
123   webwizard07.xhp \
124   webwizard07fc.xhp
125
126# --- Targets ------------------------------------------------------
127
128.INCLUDE :  target.mk
129.INCLUDE : tg_help.mk
130