diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-12-09 11:59:50 +0000 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-12-13 20:13:42 +0100 |
commit | 4b5110d28ee56388e2f29823d3de83fb3fef23bc (patch) | |
tree | 3033088fccbb02f990e13405c6bfb9c14c3e0a6b /readlicense_oo | |
parent | 40188116177d73d11bcf7484ee0cf236a731a60e (diff) |
cleanup deliver syntax
Diffstat (limited to 'readlicense_oo')
-rw-r--r-- | readlicense_oo/prj/d.lst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/readlicense_oo/prj/d.lst b/readlicense_oo/prj/d.lst index 1739f6fa5321..d4d5026dc0b8 100644 --- a/readlicense_oo/prj/d.lst +++ b/readlicense_oo/prj/d.lst @@ -4,9 +4,9 @@ mkdir: %_DEST%\pck%_EXT% dos: echo ===================================================================== dos: echo Delivering LICENSE files dos: echo ===================================================================== -..\%__SRC%\misc\LICENSE %_DEST%\bin%_EXT%\osl -..\%__SRC%\misc\license.txt %_DEST%\bin%_EXT%\osl -..\%__SRC%\misc\LICENSE.odt %_DEST%\bin%_EXT%\osl +..\%__SRC%\misc\LICENSE %_DEST%\bin%_EXT%\osl\LICENSE +..\%__SRC%\misc\license.txt %_DEST%\bin%_EXT%\osl\license.txt +..\%__SRC%\misc\LICENSE.odt %_DEST%\bin%_EXT%\osl\LICENSE.odt ..\%__SRC%\misc\LICENSE.odt %_DEST%\bin%_EXT%\LICENSE.odt ..\%__SRC%\misc\CREDITS.odt %_DEST%\bin%_EXT%\CREDITS.odt |