1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_Package_Package
,odk_autodoc
,$(call gb_CustomTarget_get_workdir
,odk
/docs
/common
/ref
)))
12 $(eval
$(call gb_Package_set_outdir
,odk_autodoc
,$(INSTDIR
)))
15 $(eval
$(call gb_Package_add_files_with_dir
,odk_autodoc
,$(gb_Package_SDKDIRNAME
)/docs
/common
/ref
,\
16 index-files
/index-1.html \
17 index-files
/index-10.html \
18 index-files
/index-11.html \
19 index-files
/index-12.html \
20 index-files
/index-13.html \
21 index-files
/index-14.html \
22 index-files
/index-15.html \
23 index-files
/index-16.html \
24 index-files
/index-17.html \
25 index-files
/index-18.html \
26 index-files
/index-19.html \
27 index-files
/index-2.html \
28 index-files
/index-20.html \
29 index-files
/index-21.html \
30 index-files
/index-22.html \
31 index-files
/index-23.html \
32 index-files
/index-24.html \
33 index-files
/index-25.html \
34 index-files
/index-26.html \
35 index-files
/index-27.html \
36 index-files
/index-3.html \
37 index-files
/index-4.html \
38 index-files
/index-5.html \
39 index-files
/index-6.html \
40 index-files
/index-7.html \
41 index-files
/index-8.html \
42 index-files
/index-9.html \
46 $(eval
$(call gb_Package_add_files_with_dir
,odk_autodoc
,$(gb_Package_SDKDIRNAME
)/docs
/common
/ref
,\
48 $(addsuffix /module-ix.html
,\
52 com
/sun
/star
/accessibility \
53 com
/sun
/star
/animations \
56 com
/sun
/star
/awt
/grid \
57 com
/sun
/star
/awt
/tab \
58 com
/sun
/star
/awt
/tree \
61 com
/sun
/star
/bridge
/oleautomation \
64 com
/sun
/star
/chart2
/data \
65 com
/sun
/star
/configuration \
66 com
/sun
/star
/configuration
/backend \
67 com
/sun
/star
/configuration
/backend
/xml \
68 com
/sun
/star
/configuration
/bootstrap \
69 com
/sun
/star
/connection \
70 com
/sun
/star
/container \
72 com
/sun
/star
/datatransfer \
73 com
/sun
/star
/datatransfer
/clipboard \
74 com
/sun
/star
/datatransfer
/dnd \
75 com
/sun
/star
/deployment \
76 com
/sun
/star
/deployment
/test \
77 com
/sun
/star
/deployment
/ui \
78 com
/sun
/star
/document \
79 com
/sun
/star
/drawing \
80 com
/sun
/star
/drawing
/framework \
83 com
/sun
/star
/form
/binding \
84 com
/sun
/star
/form
/component \
85 com
/sun
/star
/form
/control \
86 com
/sun
/star
/form
/inspection \
87 com
/sun
/star
/form
/runtime \
88 com
/sun
/star
/form
/submission \
89 com
/sun
/star
/form
/validation \
90 com
/sun
/star
/formula \
92 com
/sun
/star
/frame
/status \
93 com
/sun
/star
/gallery \
94 com
/sun
/star
/geometry \
95 com
/sun
/star
/graphic \
98 com
/sun
/star
/inspection \
103 com
/sun
/star
/linguistic2 \
104 com
/sun
/star
/loader \
105 com
/sun
/star
/logging \
108 com
/sun
/star
/mozilla \
109 com
/sun
/star
/office \
110 com
/sun
/star
/packages \
111 com
/sun
/star
/packages
/manifest \
112 com
/sun
/star
/packages
/zip \
113 com
/sun
/star
/plugin \
114 com
/sun
/star
/presentation \
115 com
/sun
/star
/presentation
/textfield \
118 com
/sun
/star
/reflection \
119 com
/sun
/star
/registry \
120 com
/sun
/star
/rendering \
121 com
/sun
/star
/report \
122 com
/sun
/star
/report
/inspection \
123 com
/sun
/star
/report
/meta \
124 com
/sun
/star
/resource \
125 com
/sun
/star
/scanner \
126 com
/sun
/star
/script \
127 com
/sun
/star
/script
/browse \
128 com
/sun
/star
/script
/provider \
129 com
/sun
/star
/script
/vba \
131 com
/sun
/star
/sdb
/application \
132 com
/sun
/star
/sdb
/tools \
135 com
/sun
/star
/security \
138 com
/sun
/star
/smarttags \
141 com
/sun
/star
/system \
145 com
/sun
/star
/text
/fieldmaster \
146 com
/sun
/star
/text
/textfield \
147 com
/sun
/star
/text
/textfield
/docinfo \
150 com
/sun
/star
/ui
/dialogs \
155 com
/sun
/star
/xforms \
157 com
/sun
/star
/xml
/crypto \
158 com
/sun
/star
/xml
/crypto
/sax \
159 com
/sun
/star
/xml
/csax \
160 com
/sun
/star
/xml
/dom \
161 com
/sun
/star
/xml
/dom
/events \
162 com
/sun
/star
/xml
/dom
/views \
163 com
/sun
/star
/xml
/input \
164 com
/sun
/star
/xml
/sax \
165 com
/sun
/star
/xml
/wrapper \
166 com
/sun
/star
/xml
/xpath \
167 com
/sun
/star
/xml
/xslt \
171 org
/freedesktop
/PackageKit \
175 # vim: set noet sw=4 ts=4: