summaryrefslogtreecommitdiff
path: root/oox/Package_customshapes.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-04-17 13:05:42 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-04-17 13:23:16 +0200
commita69df73d3dd832f0395280f6d5e923c04aa19d5a (patch)
treeb4359bc569e7d7ab806d9069cd5144ccc8db8f7f /oox/Package_customshapes.mk
parent9de20d1eb046f7bb92d893408206b91a9c054e2e (diff)
oox: add customshapes preset data
This is generated data, meant to replace source/drawingml/customshapepresets*.cxx soon. Just like the code before, let's have it in git, generating it requires an already working Impress, so it's nontrivial to produce it build-time. Change-Id: Iaf8c77fc6ee0402e3e145b131724b7891d6b6b3f
Diffstat (limited to 'oox/Package_customshapes.mk')
-rw-r--r--oox/Package_customshapes.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/oox/Package_customshapes.mk b/oox/Package_customshapes.mk
new file mode 100644
index 000000000000..c9058c3f5a8e
--- /dev/null
+++ b/oox/Package_customshapes.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,oox_customshapes,$(SRCDIR)/oox))
+
+$(eval $(call gb_Package_add_files,oox_customshapes,$(LIBO_SHARE_FOLDER)/filter,\
+ source/drawingml/customshapes/oox-drawingml-cs-presets \
+))
+
+# vim: set noet sw=4 ts=4: