diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-12-08 20:48:37 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-12-08 20:48:37 +0000 |
commit | 65f02305b557c92746f21d254266e0d603e5b98d (patch) | |
tree | f2b6fac77402bf53a01f0290ca68378b0699ddba /readlicense_oo/prj | |
parent | 320b682e018a57f036bf80772522247d576d1764 (diff) |
get the rule names right, and cleanup delivery
Diffstat (limited to 'readlicense_oo/prj')
-rw-r--r-- | readlicense_oo/prj/d.lst | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/readlicense_oo/prj/d.lst b/readlicense_oo/prj/d.lst index aa771c50111f..deb1c94dc72b 100644 --- a/readlicense_oo/prj/d.lst +++ b/readlicense_oo/prj/d.lst @@ -4,30 +4,20 @@ mkdir: %_DEST%\pck%_EXT% dos: echo ===================================================================== dos: echo Delivering LICENSE files dos: echo ===================================================================== - -# Can we finally unify Windows and unx file names to upper case -# LICENSE/LICENSE.html? -# 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 +..\%__SRC%\misc\LICENSE.odt %_DEST%\bin%_EXT%\LICENSE.odt +..\%__SRC%\misc\CREDITS.odt %_DEST%\bin%_EXT%\CREDITS.odt # URE: mkdir: %_DEST%\bin%_EXT%\ure -..\%__SRC%\misc\license\unx\LICENSE_en-US %_DEST%\bin%_EXT%\ure\LICENSE -..\%__SRC%\misc\license\wnt\license_en-US.txt %_DEST%\bin%_EXT%\ure\LICENSE -..\%__SRC%\misc\license\wnt\license_en-US.rtf %_DEST%\bin%_EXT%\ure\license_en-US.rtf +..\%__SRC%\misc\license\unx\LICENSE %_DEST%\bin%_EXT%\ure\LICENSE +..\%__SRC%\misc\license\wnt\license.txt %_DEST%\bin%_EXT%\ure\license.txt -# RTF only for Windows? -# 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 -..\%__SRC%\misc\CREDITS.odt %_DEST%\bin%_EXT%\CREDITS.odt dos: echo ===================================================================== dos: echo Delivering README files |