summaryrefslogtreecommitdiff
path: root/extras/AllLangPackage_accessoriestemplatesnonfreeforms.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-11 12:25:07 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-13 09:26:17 +0200
commit8f0997c3a2af42d826f787ffb381ba82480c42be (patch)
tree0f36f3f83f38e2f41c5f67abef3ddb2b564eecdc /extras/AllLangPackage_accessoriestemplatesnonfreeforms.mk
parentb724a3bde9462ab4232da507680bb0f2a6d5d597 (diff)
convert AllLangZip to install using Packages
... and also rename it to AllLangPackage. Change-Id: I5bbc3847f2806221a5e3e4fa063ccc5a3b60a3fb
Diffstat (limited to 'extras/AllLangPackage_accessoriestemplatesnonfreeforms.mk')
-rw-r--r--extras/AllLangPackage_accessoriestemplatesnonfreeforms.mk33
1 files changed, 33 insertions, 0 deletions
diff --git a/extras/AllLangPackage_accessoriestemplatesnonfreeforms.mk b/extras/AllLangPackage_accessoriestemplatesnonfreeforms.mk
new file mode 100644
index 000000000000..673b0281e80a
--- /dev/null
+++ b/extras/AllLangPackage_accessoriestemplatesnonfreeforms.mk
@@ -0,0 +1,33 @@
+# -*- 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_AllLangPackage_AllLangPackage,accessoriestemplatesnonfreeforms,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates-nonfree/forms/lang))
+
+$(eval $(call gb_AllLangPackage_use_unpacked,accessoriestemplatesnonfreeforms,templates-pack))
+
+$(eval $(call gb_AllLangPackage_add_files_with_subdir,accessoriestemplatesnonfreeforms,share/template,forms,\
+ cs/dummy_templates-nonfree.txt \
+ de/dummy_templates-nonfree.txt \
+ en-US/dummy_templates-nonfree.txt \
+ es/dummy_templates-nonfree.txt \
+ fi/dummy_templates-nonfree.txt \
+ fr/dummy_templates-nonfree.txt \
+ hu/dummy_templates-nonfree.txt \
+ it/dummy_templates-nonfree.txt \
+ ja/dummy_templates-nonfree.txt \
+ ka/dummy_templates-nonfree.txt \
+ nl/dummy_templates-nonfree.txt \
+ pl/dummy_templates-nonfree.txt \
+ pt-BR/dummy_templates-nonfree.txt \
+ sv/dummy_templates-nonfree.txt \
+ tr/dummy_templates-nonfree.txt \
+ zh-CN/dummy_templates-nonfree.txt \
+))
+
+# vim: set noet sw=4 ts=4: