[Libreoffice-commits] core.git: odk/build-examples_common.mk
Rene Engelhard
rene at debian.org
Mon Apr 30 10:14:54 UTC 2018
odk/build-examples_common.mk | 11 +++++++++++
1 file changed, 11 insertions(+)
New commits:
commit e208c8f32b475db77ac6e0b39b7f59c0a3a83449
Author: Rene Engelhard <rene at debian.org>
Date: Mon Apr 30 12:13:21 2018 +0200
build-examples_common.mk: add mode lines and license header
Change-Id: I61db4968af4770817606da0c9c2d0622d7db4812
diff --git a/odk/build-examples_common.mk b/odk/build-examples_common.mk
index 1f07208bfe3e..c465d01fc72b 100644
--- a/odk/build-examples_common.mk
+++ b/odk/build-examples_common.mk
@@ -1,3 +1,12 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
+#
+# 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/.
+#
+
define odk_build-examples_test
$(eval $(call gb_CustomTarget_CustomTarget,$(1)))
@@ -50,3 +59,5 @@ $(call gb_CustomTarget_get_workdir,$(1))/setsdkenv: \
.PHONY: $(call gb_CustomTarget_get_target,$(1))
endef
+
+# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list