summaryrefslogtreecommitdiff
path: root/extras/ExternalPackage_accessoriestemplatescommonmisc.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-11-04 19:26:27 +0200
committerDavid Tardon <dtardon@redhat.com>2013-11-04 23:59:58 -0600
commita86157736e5f456a074810cec91dd7276db3600f (patch)
tree80f2f9b8aafcaa50b658bb331e5ff3adf2ee8d37 /extras/ExternalPackage_accessoriestemplatescommonmisc.mk
parent27c65f8abde3c971d238c990661ffb909d1c7bba (diff)
fdo#70393: move external accessories to a subdir of external
Change-Id: If69c8e10eb3ce19208390f63aef49cf1d9554ef1 Reviewed-on: https://gerrit.libreoffice.org/6572 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'extras/ExternalPackage_accessoriestemplatescommonmisc.mk')
-rw-r--r--extras/ExternalPackage_accessoriestemplatescommonmisc.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/extras/ExternalPackage_accessoriestemplatescommonmisc.mk b/extras/ExternalPackage_accessoriestemplatescommonmisc.mk
deleted file mode 100644
index 769da4aa0933..000000000000
--- a/extras/ExternalPackage_accessoriestemplatescommonmisc.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- 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_ExternalPackage_ExternalPackage,extras_accessoriestemplatescommonmisc,templates-pack))
-
-$(eval $(call gb_ExternalPackage_add_unpacked_files,extras_accessoriestemplatescommonmisc,$(LIBO_SHARE_FOLDER)/template/common/misc,\
- templates/common/misc/White_Notebook_Paper_legal.ott \
- templates/common/misc/Yellow_Pad_Legal.ott \
-))
-
-# vim: set noet sw=4 ts=4: