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/explorer/database
34# uniqe name (module wide);
35# using a modified form of package should do here
36TARGET  = text_shared_explorer_database
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   02000000.xhp \
48   02000002.xhp \
49   02010100.xhp \
50   02010101.xhp \
51   04000000.xhp \
52   04030000.xhp \
53   05000000.xhp \
54   05000001.xhp \
55   05000002.xhp \
56   05000003.xhp \
57   05010000.xhp \
58   05010100.xhp \
59   05020000.xhp \
60   05020100.xhp \
61   05030000.xhp \
62   05030100.xhp \
63   05030200.xhp \
64   05030300.xhp \
65   05030400.xhp \
66   05040000.xhp \
67   05040100.xhp \
68   05040200.xhp \
69   11000002.xhp \
70   11020000.xhp \
71   11030000.xhp \
72   11030100.xhp \
73   11080000.xhp \
74   11090000.xhp \
75   11150200.xhp \
76   11170000.xhp \
77   11170100.xhp \
78   30000000.xhp \
79   30100000.xhp \
80   dabaadvprop.xhp \
81   dabaadvpropdat.xhp \
82   dabaadvpropgen.xhp \
83   dabadoc.xhp \
84   dabaprop.xhp \
85   dabapropadd.xhp \
86   dabapropcon.xhp \
87   dabapropgen.xhp \
88   dabawiz00.xhp \
89   dabawiz01.xhp \
90   dabawiz02.xhp \
91   dabawiz02access.xhp \
92   dabawiz02adabas.xhp \
93   dabawiz02ado.xhp \
94   dabawiz02dbase.xhp \
95   dabawiz02jdbc.xhp \
96   dabawiz02ldap.xhp \
97   dabawiz02mysql.xhp \
98   dabawiz02odbc.xhp \
99   dabawiz02oracle.xhp \
100   dabawiz02spreadsheet.xhp \
101   dabawiz02text.xhp \
102   dabawiz03auth.xhp \
103   main.xhp \
104   menubar.xhp \
105   menuedit.xhp \
106   menufile.xhp \
107   menufilesave.xhp \
108   menuinsert.xhp \
109   menutools.xhp \
110   menuview.xhp \
111   migrate_macros.xhp \
112   password.xhp \
113   querywizard00.xhp \
114   querywizard01.xhp \
115   querywizard02.xhp \
116   querywizard03.xhp \
117   querywizard04.xhp \
118   querywizard05.xhp \
119   querywizard06.xhp \
120   querywizard07.xhp \
121   querywizard08.xhp \
122   rep_datetime.xhp \
123   rep_main.xhp \
124   rep_navigator.xhp \
125   rep_pagenumbers.xhp \
126   rep_prop.xhp \
127   rep_sort.xhp \
128   tablewizard00.xhp \
129   tablewizard01.xhp \
130   tablewizard02.xhp \
131   tablewizard03.xhp \
132   tablewizard04.xhp \
133   toolbars.xhp
134
135# --- Targets ------------------------------------------------------
136
137.INCLUDE :  target.mk
138.INCLUDE : tg_help.mk
139