diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d2a40e3127..bf51dd536d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -10,6 +10,13 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2012-11-27 13:22 UTC+0100 Viktor Szakats (harbour syenar.net) + + package/winuni/RELNOTES.txt + - package/winuni/RELNOTES + * package/winuni/mpkg_win_uni.bat + * package/winuni/mpkg_win_uni.nsi + * added .txt extension to RELNOTES doc + 2012-11-27 02:35 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/hbtest.prg * cleanups diff --git a/harbour/package/winuni/RELNOTES b/harbour/package/winuni/RELNOTES.txt similarity index 100% rename from harbour/package/winuni/RELNOTES rename to harbour/package/winuni/RELNOTES.txt diff --git a/harbour/package/winuni/mpkg_win_uni.bat b/harbour/package/winuni/mpkg_win_uni.bat index 8a8f2ea9e6..cec528f612 100644 --- a/harbour/package/winuni/mpkg_win_uni.bat +++ b/harbour/package/winuni/mpkg_win_uni.bat @@ -30,7 +30,7 @@ rem ; Assemble unified package from per-target builds if exist %HB_ABSROOT% rd /q /s %HB_ABSROOT% -xcopy /y %~dp0RELNOTES %HB_ABSROOT% +xcopy /y %~dp0RELNOTES.txt %HB_ABSROOT% xcopy /y /s %~dp0..\..\extras\*.* %HB_ABSROOT%extras\ xcopy /y /s %~dp0..\..\tests\*.* %HB_ABSROOT%tests\ xcopy /y %~dp0HARBOUR_README_ADDONS.txt %HB_ABSROOT%addons\ @@ -100,7 +100,7 @@ if exist %HB_RT%harbour-%HB_VF%-win.exe del %HB_RT%harbour-%HB_VF%-win.exe rem ; Create unified archive echo.> _hbfiles -echo "%HB_DR%RELNOTES" >> _hbfiles +echo "%HB_DR%RELNOTES.txt" >> _hbfiles echo "%HB_DR%README" >> _hbfiles echo "%HB_DR%COPYING" >> _hbfiles echo "%HB_DR%ChangeLog*" >> _hbfiles diff --git a/harbour/package/winuni/mpkg_win_uni.nsi b/harbour/package/winuni/mpkg_win_uni.nsi index cf367e8df0..bc792d9767 100644 --- a/harbour/package/winuni/mpkg_win_uni.nsi +++ b/harbour/package/winuni/mpkg_win_uni.nsi @@ -82,7 +82,7 @@ Section "Main components" hb_main ; Set output path to the installation directory. SetOutPath $INSTDIR - File /nonfatal "$%HB_ABSROOT%RELNOTES" + File /nonfatal "$%HB_ABSROOT%RELNOTES.txt" File /nonfatal "$%HB_ABSROOT%README" File /nonfatal "$%HB_ABSROOT%COPYING"