summaryrefslogtreecommitdiff
path: root/config.mk.in
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-08-13 17:44:22 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-08-13 17:57:58 +0200
commit49c0e22b92a325d0f07ad2d9d40dcc61ad46219c (patch)
treebdc15d2de956a486ba4f6de55e79d8c7304eb4cc /config.mk.in
initial project setup
Diffstat (limited to 'config.mk.in')
-rw-r--r--config.mk.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.mk.in b/config.mk.in
new file mode 100644
index 0000000..b5db7e1
--- /dev/null
+++ b/config.mk.in
@@ -0,0 +1,12 @@
+# -*- 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/.
+#
+
+templatedir=@prefix@/lib/libreoffice/share/template/
+
+# vim: set noet sw=4 ts=4: