From 4eb41f42e7d0cc763c6dc21752095906fe486b54 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 26 Mar 2013 01:49:20 +0100 Subject: [PATCH] renamed README.txt to README.md --- ChangeLog.txt | 14 ++++++++++++++ README.txt => README.md | 0 config/global.mk | 2 +- config/postinst.hb | 2 +- doc/gmake.txt | 2 +- doc/howtorep.txt | 2 +- doc/oldnews.txt | 4 ++-- package/mpkg_win.nsi | 6 +++--- package/winuni/RELNOTES.txt | 6 +++--- package/winuni/mpkg_win_uni.bat | 2 +- package/winuni/mpkg_win_uni.nsi | 4 ++-- tests/hbdoc.prg | 2 +- 12 files changed, 30 insertions(+), 16 deletions(-) rename README.txt => README.md (100%) diff --git a/ChangeLog.txt b/ChangeLog.txt index a81a3de3ee..5bb07c629e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,20 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-03-26 01:47 UTC+0100 Viktor Szakats (harbour syenar.net) + * config/global.mk + * config/postinst.hb + * doc/gmake.txt + * doc/howtorep.txt + * doc/oldnews.txt + * package/mpkg_win.nsi + * package/winuni/mpkg_win_uni.bat + * package/winuni/mpkg_win_uni.nsi + * package/winuni/RELNOTES.txt + * tests/hbdoc.prg + * README.txt -> README.md + * renamed README.txt to README.md + 2013-03-26 01:26 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/make.hb * README.txt diff --git a/README.txt b/README.md similarity index 100% rename from README.txt rename to README.md diff --git a/config/global.mk b/config/global.mk index ab17b5c9f0..1e1dc3b084 100644 --- a/config/global.mk +++ b/config/global.mk @@ -1897,7 +1897,7 @@ else # copied to install destination. ifneq ($(filter install,$(HB_MAKECMDGOALS)),) ifeq ($(HB_PLATFORM_UNIX),) - $(error ! Please set HB_INSTALL_PREFIX and try again. For more information: see README.txt) + $(error ! Please set HB_INSTALL_PREFIX and try again. For more information: see README.md) endif endif endif diff --git a/config/postinst.hb b/config/postinst.hb index 000d2d6091..677c35229b 100644 --- a/config/postinst.hb +++ b/config/postinst.hb @@ -65,7 +65,7 @@ PROCEDURE Main( ... ) NEXT mk_hb_FCopy( "COPYING.txt", tmp + hb_ps() ) - mk_hb_FCopy( "README.txt", tmp + hb_ps() ) + mk_hb_FCopy( "README.md", tmp + hb_ps() ) ELSE OutStd( hb_StrFormat( "! Error: Cannot create directory '%1$s'", tmp ) + hb_eol() ) ENDIF diff --git a/doc/gmake.txt b/doc/gmake.txt index 22b218f02a..46af845c85 100644 --- a/doc/gmake.txt +++ b/doc/gmake.txt @@ -194,7 +194,7 @@ The most used targets are these: NOTES ===== -See README.txt about details. +See README.md about details. You can build and/or run any program in tests/working by using hbmk2 diff --git a/doc/howtorep.txt b/doc/howtorep.txt index 62dc039a87..88d581ba93 100644 --- a/doc/howtorep.txt +++ b/doc/howtorep.txt @@ -15,7 +15,7 @@ Content ========================================================= by Viktor Szakats - 1) Read the Harbour README.txt, monitor the development mailing list, + 1) Read the Harbour README.md, monitor the development mailing list, consult with the developers, make contributions. This way your chances are high to get a R/W access to the repository. 2) Before uploading anything you'll need push permission for the diff --git a/doc/oldnews.txt b/doc/oldnews.txt index 656ed88e27..cc0f25d78d 100644 --- a/doc/oldnews.txt +++ b/doc/oldnews.txt @@ -114,7 +114,7 @@ General - x64 msvc compiler got a distinct HB_COMPILER value: msvc64. - msvcce compiler made compatible with older MSVC/WinCE versions. - Added support for Intel(R) C++ compiler (icc) on Linux and Windows. -- Added new README.txt document giving a quick describing of the build +- Added new README.md document giving a quick describing of the build process on all supported platforms and compilers. - Several steps to make the build process simpler and requiring the less amount of preparation. @@ -123,7 +123,7 @@ General - Added support for HB_CONTRIBLIBS=no to disable building of all contribs. - Added ability to generate Windows installer and .zip distribution file. - Fully transitioned to GNU Make system for all compilers. - Now msvc, msvcce and bcc builds need GNU Make, see README.txt for more + Now msvc, msvcce and bcc builds need GNU Make, see README.md for more information. "non-GNU" make systems got deleted from the source tree. - Cygwin renamed from gcc to cygwin. (NOTE: Cygwin doesn't work since some versions, and support may be removed in the future.) diff --git a/package/mpkg_win.nsi b/package/mpkg_win.nsi index 689aae775f..034973bcc1 100644 --- a/package/mpkg_win.nsi +++ b/package/mpkg_win.nsi @@ -5,7 +5,7 @@ ; Harbour Nullsoft installer script (for Windows/MS-DOS) ; [ Do not try to use this script directly. It won't work. ] ; -; See README.txt for further information. +; See README.md for further information. ; --------------------------------------------------------------- SetCompressor /solid lzma @@ -15,7 +15,7 @@ !define MUI_HEADERIMAGE !define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\win.bmp" !define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED - !define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\README.txt" + !define MUI_FINISHPAGE_SHOWREADME 'notepad.exe "$\"$INSTDIR\README.md$\""' !define MUI_ICON "harb_win.ico" !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\orange-uninstall.ico" @@ -74,7 +74,7 @@ Section "Main components" hb_main SetOutPath $INSTDIR File /nonfatal "$%HB_INSTALL_PREFIX%\COPYING.txt" - File /nonfatal "$%HB_INSTALL_PREFIX%\README.txt" + File /nonfatal "$%HB_INSTALL_PREFIX%\README.md" ; Let it work also for MS-DOS packages where short filename is used here File /nonfatal "$%HB_INSTALL_PREFIX%\Change*" diff --git a/package/winuni/RELNOTES.txt b/package/winuni/RELNOTES.txt index 8ff8180ad6..8a4ec1f1ab 100644 --- a/package/winuni/RELNOTES.txt +++ b/package/winuni/RELNOTES.txt @@ -5,7 +5,7 @@ releases are available for download on sourceforge.net: http://sourceforge.net/projects/harbour-project/files/ -Make sure to check README.txt "QUICK START" section and visit +Make sure to check README.md "QUICK START" section and visit our user mailing list at: http://groups.google.com/group/harbour-users/ @@ -84,7 +84,7 @@ Changes since previous (2.0.0beta3 20090905) release: - hbnetio finalized. - hbqt cleanups and improvements, QT 4.6 support. - hbide (early development stage). -- Documentation enhancements: README.txt and doc/xhb-diff.txt. +- Documentation enhancements: README.md and doc/xhb-diff.txt. - hbmk2 got support to convert xMate, hbmake and xbuild make files to .hbp format. - Added hbsms contrib library (to send SMS text messages in multiplatform way). @@ -186,7 +186,7 @@ Changes since previous (2.0.0beta1 20090609) release: - MS-DOS support tested and required fixes applied - embedded compilers moved to 'comp' subdir - support for latest MinGW x64 and MSVS 2010 compilers -- extended README.txt with new examples and app build quick guide +- extended README.md with new examples and app build quick guide - icon for installer and hbrun tool - hbxbp and hbqt enhancements - hbwin refinements and better compatibility diff --git a/package/winuni/mpkg_win_uni.bat b/package/winuni/mpkg_win_uni.bat index 7281a728e2..2860d75c80 100644 --- a/package/winuni/mpkg_win_uni.bat +++ b/package/winuni/mpkg_win_uni.bat @@ -100,7 +100,7 @@ rem ; Create unified archive echo.> _hbfiles echo "%HB_DR%RELNOTES.txt" >> _hbfiles -echo "%HB_DR%README.txt" >> _hbfiles +echo "%HB_DR%README.md" >> _hbfiles echo "%HB_DR%COPYING.txt" >> _hbfiles echo "%HB_DR%ChangeLog*.txt" >> _hbfiles echo "%HB_DR%bin\*-%HB_VS%.dll" >> _hbfiles diff --git a/package/winuni/mpkg_win_uni.nsi b/package/winuni/mpkg_win_uni.nsi index d8451978ee..d83cf5c1e5 100644 --- a/package/winuni/mpkg_win_uni.nsi +++ b/package/winuni/mpkg_win_uni.nsi @@ -14,7 +14,7 @@ SetCompressor /solid lzma !define MUI_HEADERIMAGE !define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\win.bmp" !define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED - !define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\README.txt" + !define MUI_FINISHPAGE_SHOWREADME 'notepad.exe "$\"$INSTDIR\README.md$\""' !define MUI_ICON "..\harb_win.ico" !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\orange-uninstall.ico" @@ -81,7 +81,7 @@ Section "Main components" hb_main File /nonfatal "$%HB_ABSROOT%RELNOTES.txt" - File /nonfatal "$%HB_ABSROOT%README.txt" + File /nonfatal "$%HB_ABSROOT%README.md" File /nonfatal "$%HB_ABSROOT%COPYING.txt" File /nonfatal "$%HB_ABSROOT%ChangeLog.txt*" diff --git a/tests/hbdoc.prg b/tests/hbdoc.prg index 3d2e4b6208..dbde36da54 100644 --- a/tests/hbdoc.prg +++ b/tests/hbdoc.prg @@ -27,7 +27,7 @@ PROCEDURE Main( cRoot ) /* Detect Harbour root */ cRoot := "." + hb_ps() DO WHILE hb_DirExists( cRoot + ".." ) - IF hb_FileExists( cRoot + "README.txt" ) .AND. ; + IF hb_FileExists( cRoot + "README.md" ) .AND. ; hb_FileExists( cRoot + "COPYING.txt" ) .AND. ; hb_DirExists( cRoot + "config" ) EXIT