1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 SMOKETESTDOC_DIR
:=$(SRCDIR
)/smoketest
/data
13 $(eval
$(call gb_Zip_Zip
,smoketestdoc
,$(SRCDIR
)/smoketest
/data
))
15 $(eval
$(call gb_Zip_add_commandoptions
,smoketestdoc
,-D
))
17 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,mimetype
))
19 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,content.xml
))
20 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,meta.xml
))
21 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,settings.xml
))
22 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,styles.xml
))
24 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,META-INF
/manifest.xml
))
26 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,Basic
/script-lc.xml
))
27 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,Basic
/Standard
/script-lb.xml
))
28 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,Basic
/Standard
/Events.xml
))
29 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,Basic
/Standard
/Global.xml
))
30 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,Basic
/Standard
/Test_10er.xml
))
31 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,Basic
/Standard
/Test_DB.xml
))
32 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,Basic
/Standard
/Test_Ext.xml
))
34 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,Dialogs
/dialog-lc.xml
))
35 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,Dialogs
/Standard
/dialog-lb.xml
))
36 $(eval
$(call gb_Zip_add_file
,smoketestdoc
,Dialogs
/Standard
/OptionsDlg.xml
))
38 # vim: set noet sw=4 ts=4: