summaryrefslogtreecommitdiff
path: root/external/languagetool/Makefile
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-11-03 20:07:33 +0200
committerDavid Tardon <dtardon@redhat.com>2013-11-04 02:24:39 -0600
commit11d41e980a5e2d5a4f75183af422a99a79692fc4 (patch)
treef7391dc5c36036d69ae568c13f6054d57b7704db /external/languagetool/Makefile
parente485e0ffb51ed11325a31fe77e84252be6c9fad9 (diff)
fdo#70393: move languagetool to a subdir of external
Change-Id: I402682f21d16c3069d5b6885bd75998bd2e16b3f Reviewed-on: https://gerrit.libreoffice.org/6544 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/languagetool/Makefile')
-rw-r--r--external/languagetool/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/languagetool/Makefile b/external/languagetool/Makefile
new file mode 100644
index 000000000000..e4968cf85fb6
--- /dev/null
+++ b/external/languagetool/Makefile
@@ -0,0 +1,7 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: