summaryrefslogtreecommitdiff
path: root/liblangtag
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-23 19:07:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-24 12:54:32 +0100
commit47ba53c3c8675b0a308f7478f0d1238922c8c438 (patch)
treee0769f8eb7798f2e6853cb7c9a7ef90b58460a8b /liblangtag
parent4b93c37a7c90f9cb37bc9afb2f25f565ff680980 (diff)
Remove unused liblangtag/CustomTarget_langtag.mk
Change-Id: Ia45446db1263b8969cf933e5d34130102605b3e9
Diffstat (limited to 'liblangtag')
-rw-r--r--liblangtag/CustomTarget_langtag.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/liblangtag/CustomTarget_langtag.mk b/liblangtag/CustomTarget_langtag.mk
deleted file mode 100644
index 811628dfe0e3..000000000000
--- a/liblangtag/CustomTarget_langtag.mk
+++ /dev/null
@@ -1,19 +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_CustomTarget_CustomTarget,liblangtag/langtag))
-
-$(call gb_CustomTarget_get_target,liblangtag/langtag) : $(call gb_Zip_get_target,liblangtag_data)
- rm -rf $(OUTDIR)/share/liblangtag \
- && mkdir -p $(OUTDIR)/share/liblangtag \
- && unzip $< -d $(OUTDIR)/share/liblangtag \
- && touch $(call gb_CustomTarget_get_workdir,liblangtag/langtag)/.dir
-
-
-# vim: set noet sw=4 ts=4: