summaryrefslogtreecommitdiff
path: root/extras/Package_autotextuser.mk
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-04-11 22:20:41 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-12 03:34:36 +0000
commite7111979c6ca1d935662fa13f603847967c5562f (patch)
tree13589833cd699f0afe7a0314f2ba5460aff27ad8 /extras/Package_autotextuser.mk
parent9b991a1764317959edff5af3fa7261b65dcdc18c (diff)
fdo#63197, Convert Zip_autotextuser
Change-Id: I6a7764637f6e5754e68ee6e4ab417224f542592d Reviewed-on: https://gerrit.libreoffice.org/3348 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'extras/Package_autotextuser.mk')
-rw-r--r--extras/Package_autotextuser.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/extras/Package_autotextuser.mk b/extras/Package_autotextuser.mk
new file mode 100644
index 000000000000..7df6c3a0b5e5
--- /dev/null
+++ b/extras/Package_autotextuser.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_Package_Package,extras_autotextuser,$(SRCDIR)/extras/source/autotext))
+
+$(eval $(call gb_Package_set_outdir,extras_autotextuser,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_files,extras_autotextuser,presets/autotext,\
+ mytexts.bau \
+))
+
+# vim: set noet sw=4 ts=4: