Kaydet (Commit) 2636236a authored tarafından David Tardon's avatar David Tardon

gbuild: use Package for odk examples

Change-Id: I978573b792cf159b7c818ec20a14195bfd6605e5
üst b7e8a3e4
......@@ -19,7 +19,7 @@ $(eval $(call gb_Module_add_targets,odk,\
CustomTarget_settings \
CustomTarget_autodoc \
Executable_unoapploader \
Zip_odkexamples \
Package_examples \
))
ifneq ($(SOLAR_JAVA),)
......
This diff is collapsed.
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Zip_Zip,odkexamples,$(SRCDIR)/odk))
$(eval $(call gb_Zip_add_commandoptions,odkexamples,\
-r \
-x "*makefile.mk" \
-x "*Container1*" \
-x "*Storage*" \
-x "*register_component*" \
-x "*examples.html" \
-x "*ConverterServlet*" \
-x "*NotesAccess*" \
-x "*delphi*" \
))
$(eval $(call gb_Zip_add_files,odkexamples,\
examples \
))
# vim: set noet sw=4 ts=4:
......@@ -118,9 +118,9 @@ End
File gid_File_Zip_Odkexamples
TXT_FILE_BODY;
Dir = gid_Dir_Basis_Sdk;
Name = "odkexamples.zip";
Styles = (ARCHIVE,USE_INTERNAL_RIGHTS);
Dir = FILELIST_SDK_DIR;
Name = "odk_examples.filelist";
Styles = (FILELIST,USE_INTERNAL_RIGHTS);
End
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment