summaryrefslogtreecommitdiff
path: root/libwpd/UnpackedTarball_libwpd.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-18 22:19:06 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-19 07:38:23 +0000
commitc979511247aff27d33941b3c73224d948bcfceb2 (patch)
tree6ef0155b402cd4a50ec97e1596e2b10d81695b30 /libwpd/UnpackedTarball_libwpd.mk
parent5c077d3b85f0fab70bc6e78fbc3c307e81f13ad7 (diff)
fdo#70393: move libwpd to a subdir of external
Change-Id: I599cf45b455b59e082078d6b2d5ed2efb99b5862 Reviewed-on: https://gerrit.libreoffice.org/6336 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'libwpd/UnpackedTarball_libwpd.mk')
-rw-r--r--libwpd/UnpackedTarball_libwpd.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/libwpd/UnpackedTarball_libwpd.mk b/libwpd/UnpackedTarball_libwpd.mk
deleted file mode 100644
index d4b4c7a99e8d..000000000000
--- a/libwpd/UnpackedTarball_libwpd.mk
+++ /dev/null
@@ -1,14 +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_UnpackedTarball_UnpackedTarball,libwpd))
-
-$(eval $(call gb_UnpackedTarball_set_tarball,libwpd,$(WPD_TARBALL)))
-
-# vim: set noet sw=4 ts=4: