diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-12-09 10:55:33 +0000 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-12-13 20:13:42 +0100 |
commit | 17744748fa68f55c0133b34330d572f799e4f5a9 (patch) | |
tree | 5104a8270cf19c8a384b2abef4eef829b9c32cab /readlicense_oo/odt | |
parent | fd153a7095b450af76679b9c7b8b6416abc3b3df (diff) |
Simplify, remove lang suffix, remove html and rtf licenses, to use odt.
Conflicts:
readlicense_oo/odt/makefile.mk
Diffstat (limited to 'readlicense_oo/odt')
-rw-r--r-- | readlicense_oo/odt/makefile.mk | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/readlicense_oo/odt/makefile.mk b/readlicense_oo/odt/makefile.mk deleted file mode 100644 index 89cea1a3dc..0000000000 --- a/readlicense_oo/odt/makefile.mk +++ /dev/null @@ -1,48 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=.. - -PRJNAME=readlicense_oo -TARGET=odt - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -# --- Files -------------------------------------------------------- - -all: $(MISC)$/LICENSE.odt $(MISC)$/CREDITS.odt - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - -$(MISC)$/LICENSE.odt: LICENSE.odt - $(COPY) LICENSE.odt $@ -$(MISC)$/CREDITS.odt: CREDITS.odt - $(COPY) CREDITS.odt $@ |