diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 90f17fbe8d..c4e1fa6acb 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,11 @@ +20000211-19:37 GMT+1 Victor Szakats + * ha.lnk -> categ.lnk + harbour.lnk -> alpha.lnk + harbour.rsp -> hrb.rsp + harbwww.rps -> hrbtools.rsp + makewww.bat -> genhtm.bat + * Some files renamed. + 20000211-19:11 GMT+1 Victor Szakats * source/rtl/Makefile - readvar.prg removed. diff --git a/harbour/utils/hbdoc/harbour.lnk b/harbour/utils/hbdoc/alpha.lnk similarity index 100% rename from harbour/utils/hbdoc/harbour.lnk rename to harbour/utils/hbdoc/alpha.lnk diff --git a/harbour/utils/hbdoc/ha.lnk b/harbour/utils/hbdoc/categ.lnk similarity index 100% rename from harbour/utils/hbdoc/ha.lnk rename to harbour/utils/hbdoc/categ.lnk diff --git a/harbour/utils/hbdoc/makewww.bat b/harbour/utils/hbdoc/genhtm.bat similarity index 52% rename from harbour/utils/hbdoc/makewww.bat rename to harbour/utils/hbdoc/genhtm.bat index c53dde07aa..4e9aadfd34 100644 --- a/harbour/utils/hbdoc/makewww.bat +++ b/harbour/utils/hbdoc/genhtm.bat @@ -3,6 +3,6 @@ rem rem $Id$ rem -hbdoc /htm ha.lnk harbwww.rps -cd www +hbdoc -htm categ.lnk hrbtools.rsp +cd htm start harbour.htm diff --git a/harbour/utils/hbdoc/harbour.rsp b/harbour/utils/hbdoc/hrb.rsp similarity index 100% rename from harbour/utils/hbdoc/harbour.rsp rename to harbour/utils/hbdoc/hrb.rsp diff --git a/harbour/utils/hbdoc/harbwww.rps b/harbour/utils/hbdoc/hrbtools.rsp similarity index 100% rename from harbour/utils/hbdoc/harbwww.rps rename to harbour/utils/hbdoc/hrbtools.rsp