diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-07-06 17:28:37 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-07-06 20:29:14 +0100 |
commit | 3f281b6f0ad73eae72b77fa4dcab9008b7e14187 (patch) | |
tree | 38c452a20a70c65a7c7ee1ed413aa573dad4c3e1 /scripting/Makefile | |
parent | efae0d1c5e9634c78567541302a485c22359d778 (diff) |
re-base on ALv2 code. Includes:
remove onlineregistration with dependencies
Patch contributed by Juergen Schmidt
http://svn.apache.org/viewvc?view=revision&revision=1249245
Diffstat (limited to 'scripting/Makefile')
-rw-r--r-- | scripting/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripting/Makefile b/scripting/Makefile index ccb1c85a04da..0997e628485b 100644 --- a/scripting/Makefile +++ b/scripting/Makefile @@ -1,4 +1,11 @@ # -*- 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/. +# module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) |