summaryrefslogtreecommitdiffstats
path: root/external/ct2n/Module_ct2n.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-17 19:22:46 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-18 06:49:50 +0000
commit39f73d93874114e2bacfd73da137180aad95a3f6 (patch)
tree721dea6ac2f80fb60f9d6b71ee79e60029d12279 /external/ct2n/Module_ct2n.mk
parentmailmerge: fix salutation list (diff)
downloadcore-39f73d93874114e2bacfd73da137180aad95a3f6.tar.gz
core-39f73d93874114e2bacfd73da137180aad95a3f6.zip
fdo#70393: move ct2n to a subdir of external
Change-Id: If93ae0fa968539f72c9dbf29b4496355b6d66e05 Reviewed-on: https://gerrit.libreoffice.org/6297 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/ct2n/Module_ct2n.mk')
-rw-r--r--external/ct2n/Module_ct2n.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/external/ct2n/Module_ct2n.mk b/external/ct2n/Module_ct2n.mk
new file mode 100644
index 000000000000..55fdcce46d8c
--- /dev/null
+++ b/external/ct2n/Module_ct2n.mk
@@ -0,0 +1,17 @@
+# -*- 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_Module_Module,ConvertTextToNumber))
+
+$(eval $(call gb_Module_add_targets,ConvertTextToNumber,\
+ ExternalPackage_ct2n \
+ UnpackedTarball_ct2n \
+))
+
+# vim:set noet sw=4 ts=4: