From 13396d06170b0ba76ad1a7481b760e2bb04b00e4 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 16 Jul 2009 21:28:55 +0000 Subject: [PATCH] 2009-07-16 23:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - examples/hbdoc/examples/hbmisc/gendoc.bat + examples/hbdoc/examples/hbmisc/readme.txt - examples/hbdoc/examples/core_en/genhtm.bat + examples/hbdoc/examples/core_en/readme.txt * Replaced to MS-DOS batch files (not working) to readmes. --- harbour/ChangeLog | 7 +++++++ harbour/examples/hbdoc/examples/core_en/genhtm.bat | 8 -------- harbour/examples/hbdoc/examples/core_en/readme.txt | 6 ++++++ .../hbdoc/examples/hbmisc/{gendoc.bat => readme.txt} | 8 ++++++++ 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 harbour/examples/hbdoc/examples/core_en/genhtm.bat create mode 100644 harbour/examples/hbdoc/examples/core_en/readme.txt rename harbour/examples/hbdoc/examples/hbmisc/{gendoc.bat => readme.txt} (83%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 06784bbcef..811cfbb607 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-16 23:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + - examples/hbdoc/examples/hbmisc/gendoc.bat + + examples/hbdoc/examples/hbmisc/readme.txt + - examples/hbdoc/examples/core_en/genhtm.bat + + examples/hbdoc/examples/core_en/readme.txt + * Replaced to MS-DOS batch files (not working) to readmes. + 2009-07-16 21:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/rddtest/make_c53.bat * Minor formatting. diff --git a/harbour/examples/hbdoc/examples/core_en/genhtm.bat b/harbour/examples/hbdoc/examples/core_en/genhtm.bat deleted file mode 100644 index a40932f96f..0000000000 --- a/harbour/examples/hbdoc/examples/core_en/genhtm.bat +++ /dev/null @@ -1,8 +0,0 @@ -@echo off -rem -rem $Id$ -rem - -..\..\hbdoc -htm genhtm.lnk genhtm.rsp -cd htm -ren harbour.htm index.htm diff --git a/harbour/examples/hbdoc/examples/core_en/readme.txt b/harbour/examples/hbdoc/examples/core_en/readme.txt new file mode 100644 index 0000000000..6f5cea3a5b --- /dev/null +++ b/harbour/examples/hbdoc/examples/core_en/readme.txt @@ -0,0 +1,6 @@ +/* + * $Id$ + */ + +Launch with this command: + ..\..\hbdoc -htm genhtm.lnk genhtm.rsp diff --git a/harbour/examples/hbdoc/examples/hbmisc/gendoc.bat b/harbour/examples/hbdoc/examples/hbmisc/readme.txt similarity index 83% rename from harbour/examples/hbdoc/examples/hbmisc/gendoc.bat rename to harbour/examples/hbdoc/examples/hbmisc/readme.txt index 8aa722f8d3..b0f74f7da7 100644 --- a/harbour/examples/hbdoc/examples/hbmisc/gendoc.bat +++ b/harbour/examples/hbdoc/examples/hbmisc/readme.txt @@ -1,3 +1,11 @@ +/* + * $Id$ + */ + +Converted from an MS-DOS batch file for reference. +(the script and hbdoc has various problems, and it doesn't +currently work) + @echo off rem rem $Id$