summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-05-07 16:05:48 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-05-15 09:37:37 +0100
commit2941e5b354080a8e744676d88ad2849306c3d229 (patch)
treee78e997bf389db6c323e7f062d10f4087dedeea4 /extras
parent4a816a816e8b4e213394898bd0e307dd90fcbb64 (diff)
start of dynamic gallery building.
Change-Id: I488def80e855624ffd85a0b6c4cc19819c39ed01
Diffstat (limited to 'extras')
-rw-r--r--extras/Gallery_test.mk18
-rw-r--r--extras/Module_extras.mk1
2 files changed, 19 insertions, 0 deletions
diff --git a/extras/Gallery_test.mk b/extras/Gallery_test.mk
new file mode 100644
index 000000000000..c82d03cc1f0c
--- /dev/null
+++ b/extras/Gallery_test.mk
@@ -0,0 +1,18 @@
+# -*- 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_Gallery_Gallery,extras/source/gallery,gallery,Fun Gallery))
+
+$(eval $(call gb_Gallery_add_files,extras/source/gallery, \
+ extras/source/gallery/bigapple.gif \
+ extras/source/gallery/sky.gif \
+ extras/source/gallery/flower.gif \
+ extras/source/gallery/apples.gif ))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk
index 4103f66cf724..0250afee3220 100644
--- a/extras/Module_extras.mk
+++ b/extras/Module_extras.mk
@@ -13,6 +13,7 @@ $(eval $(call gb_Module_add_targets,extras,\
AllLangPackage_autotextshare \
CustomTarget_autocorr \
CustomTarget_glade \
+ Gallery_test \
Package_autocorr \
Package_autotextuser \
Package_cfgsrvbitmapunx \