summaryrefslogtreecommitdiff
path: root/languagetool/Makefile
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2012-10-03 00:21:51 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-03 16:06:28 +0000
commita51b09f105dd69837654cf2afa93124d5ecd25ff (patch)
tree2d435c8d1f6fc34ba76a1b05d8bcd3ba401b714b /languagetool/Makefile
parent088a01467372a945e7f311678d3cf529cab72dcd (diff)
gbuildification of languagetool
It is not clear how to remove a file: REMOVE_FILES=openoffice/images/dialogh.png. Let it for now in place. Change-Id: Ie8739fd207ca7dc9343c92c93cf092b3af674bf0 Reviewed-on: https://gerrit.libreoffice.org/753 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'languagetool/Makefile')
-rw-r--r--languagetool/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/languagetool/Makefile b/languagetool/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/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: