summaryrefslogtreecommitdiff
path: root/sc/Package_res_xml.mk
diff options
context:
space:
mode:
authorJaskaran Singh <jvsg1303@gmail.com>2016-08-01 19:20:26 +0530
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-09-18 00:15:18 +0200
commit2210d4bb2beebb392939cb6b94d00d24cac81a9d (patch)
treef2271357fb68b2e56f5ad8a04eb5929ad31954a3 /sc/Package_res_xml.mk
parentf13cea7a9c074e21102eacb16448454f38961787 (diff)
Make sc/res/xml/styles.xml install on every build
Change-Id: I1656a24057d9aae513cd9e7e736bfb7b258ba733
Diffstat (limited to 'sc/Package_res_xml.mk')
-rw-r--r--sc/Package_res_xml.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sc/Package_res_xml.mk b/sc/Package_res_xml.mk
new file mode 100644
index 000000000000..1a25a66f451b
--- /dev/null
+++ b/sc/Package_res_xml.mk
@@ -0,0 +1,16 @@
+# -*- 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_Package_Package,sc_res_xml,$(SRCDIR)/sc/res/xml))
+
+$(eval $(call gb_Package_add_files,sc_res_xml,$(LIBO_BIN_FOLDER),\
+ styles.xml \
+))
+
+# vim: set noet sw=4 ts=4: