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_docs
,$(SRCDIR
)/odk
))
12 $(eval
$(call gb_Package_set_outdir
,odk_docs
,$(INSTDIR
)))
14 $(eval
$(call gb_Package_add_files_with_dir
,odk_docs
,$(SDKDIRNAME
),\
15 docs
/images
/arrow-1.gif \
16 docs
/images
/arrow-2.gif \
17 docs
/images
/arrow-3.gif \
18 docs
/images
/bg_table.png \
19 docs
/images
/bg_table2.png \
20 docs
/images
/bg_table3.png \
21 docs
/images
/bluball.gif \
22 docs
/images
/nada.gif \
23 docs
/images
/nav_down.png \
24 docs
/images
/nav_home.png \
25 docs
/images
/nav_left.png \
26 docs
/images
/nav_right.png \
27 docs
/images
/nav_up.png \
28 docs
/images
/odk-footer-logo.gif \
29 docs
/images
/ooo-main-app_32.png \
30 docs
/images
/sdk_head-1.png \
31 docs
/images
/sdk_head-2.png \
32 docs
/images
/sdk_line-1.gif \
33 docs
/images
/sdk_line-2.gif \
37 # vim: set noet sw=4 ts=4: