summaryrefslogtreecommitdiffstats
path: root/extras/Package_databasebiblio.mk
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-04-10 23:03:04 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-11 03:29:56 +0000
commit283ce0b6192c1a5baf10d603a3d6606fe06d1116 (patch)
tree6f3065ddbe20ea5fee84724dfb5599e1c7d263f2 /extras/Package_databasebiblio.mk
parentfdo#63350 math: move stardard toolbar to the left (diff)
downloadcore-283ce0b6192c1a5baf10d603a3d6606fe06d1116.tar.gz
core-283ce0b6192c1a5baf10d603a3d6606fe06d1116.zip
fdo#63197, Convert Zip_databasebiblio
Change-Id: I58d387c4bbfd4af9cc1e800bc8c715e34a61a970 Reviewed-on: https://gerrit.libreoffice.org/3318 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'extras/Package_databasebiblio.mk')
-rw-r--r--extras/Package_databasebiblio.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/extras/Package_databasebiblio.mk b/extras/Package_databasebiblio.mk
new file mode 100644
index 000000000000..a85c19332b37
--- /dev/null
+++ b/extras/Package_databasebiblio.mk
@@ -0,0 +1,19 @@
+# -*- 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,extras_databasebiblio,$(SRCDIR)/extras/source/database))
+
+$(eval $(call gb_Package_set_outdir,extras_databasebiblio,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_files,extras_databasebiblio,presets/database/biblio,\
+ biblio.dbf \
+ biblio.dbt \
+))
+
+# vim: set noet sw=4 ts=4: