diff options
Diffstat (limited to 'readlicense_oo')
-rwxr-xr-x | readlicense_oo/makefile.mk | 4 | ||||
-rw-r--r-- | readlicense_oo/odt/LICENSE.odt | bin | 0 -> 156181 bytes | |||
-rw-r--r-- | readlicense_oo/odt/makefile.mk | 46 | ||||
-rw-r--r-- | readlicense_oo/prj/build.lst | 1 | ||||
-rw-r--r-- | readlicense_oo/prj/d.lst | 4 |
5 files changed, 55 insertions, 0 deletions
diff --git a/readlicense_oo/makefile.mk b/readlicense_oo/makefile.mk index bb6eff9cbde7..0568a98bdfe5 100755 --- a/readlicense_oo/makefile.mk +++ b/readlicense_oo/makefile.mk @@ -46,3 +46,7 @@ $(SYSLICDEST)$/LICENSE_en-US : source$/license$/license_en-US.txt $(SYSLICDEST)$/LICENSE_en-US.html : source$/license$/license_en-US.html @-$(MKDIRHIER) $(SYSLICDEST) $(COPY) $< $@ + +$(SYSLICDEST)$/LICENSE.odt : source$/license$/license.odt + @-$(MKDIRHIER) $(SYSLICDEST) + $(COPY) $< $@ diff --git a/readlicense_oo/odt/LICENSE.odt b/readlicense_oo/odt/LICENSE.odt Binary files differnew file mode 100644 index 000000000000..e2e383ab1094 --- /dev/null +++ b/readlicense_oo/odt/LICENSE.odt diff --git a/readlicense_oo/odt/makefile.mk b/readlicense_oo/odt/makefile.mk new file mode 100644 index 000000000000..1e68a1722ef5 --- /dev/null +++ b/readlicense_oo/odt/makefile.mk @@ -0,0 +1,46 @@ +#************************************************************************* +# +# 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 + +# --- Targets ------------------------------------------------------ + +.INCLUDE : target.mk + +$(MISC)$/LICENSE.odt: LICENSE.odt + $(COPY) LICENSE.odt $@ diff --git a/readlicense_oo/prj/build.lst b/readlicense_oo/prj/build.lst index 987672db4ebe..0f484d01c391 100644 --- a/readlicense_oo/prj/build.lst +++ b/readlicense_oo/prj/build.lst @@ -2,5 +2,6 @@ ro readlicense_oo : l10n solenv LIBXSLT:libxslt NULL ro readlicense_oo usr1 - all ro_root NULL ro readlicense_oo\docs\readme nmake - all ro_readme NULL ro readlicense_oo\html nmake - all ro_html NULL +ro readlicense_oo\odt nmake - all ro_odt NULL ro readlicense_oo nmake - all ro_conv NULL diff --git a/readlicense_oo/prj/d.lst b/readlicense_oo/prj/d.lst index 4c0ab675d6b1..2a368beb7888 100644 --- a/readlicense_oo/prj/d.lst +++ b/readlicense_oo/prj/d.lst @@ -10,6 +10,8 @@ dos: echo ===================================================================== # FIXME: is - can you solve this? ..\%__SRC%\misc\license\unx\LICENSE* %_DEST%\bin%_EXT%\osl ..\%__SRC%\misc\license\unx\LICENSE*.html %_DEST%\bin%_EXT%\osl +..\%__SRC%\misc\license\unx\LICENSE*.odt %_DEST%\bin%_EXT%\osl +..\%__SRC%\misc\license\wnt\LICENSE*.odt %_DEST%\bin%_EXT%\osl ..\%__SRC%\misc\license\wnt\license*.txt %_DEST%\bin%_EXT%\osl ..\%__SRC%\misc\license\wnt\license*.html %_DEST%\bin%_EXT%\osl ..\%__SRC%\misc\license\wnt\license*.rtf %_DEST%\bin%_EXT%\osl @@ -24,6 +26,8 @@ mkdir: %_DEST%\bin%_EXT%\ure # Why? It comes from cws_src680_langsupporter. ..\%__SRC%\misc\THIRDPARTYLICENSEREADME.html %_DEST%\bin%_EXT%\THIRDPARTYLICENSEREADME.html +..\%__SRC%\misc\LICENSE.odt %_DEST%\bin%_EXT%\LICENSE.odt + dos: echo ===================================================================== dos: echo Delivering README files dos: echo ===================================================================== |