From 5f78c1ade1bb95b6e5417c203fbaf99706fb5780 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 11 Feb 2000 18:36:25 +0000 Subject: [PATCH] 20000211-19:37 GMT+1 Victor Szakats --- harbour/ChangeLog | 8 ++++++++ harbour/utils/hbdoc/{harbour.lnk => alpha.lnk} | 0 harbour/utils/hbdoc/{ha.lnk => categ.lnk} | 0 harbour/utils/hbdoc/{makewww.bat => genhtm.bat} | 4 ++-- harbour/utils/hbdoc/{harbour.rsp => hrb.rsp} | 0 harbour/utils/hbdoc/{harbwww.rps => hrbtools.rsp} | 0 6 files changed, 10 insertions(+), 2 deletions(-) rename harbour/utils/hbdoc/{harbour.lnk => alpha.lnk} (100%) rename harbour/utils/hbdoc/{ha.lnk => categ.lnk} (100%) rename harbour/utils/hbdoc/{makewww.bat => genhtm.bat} (52%) rename harbour/utils/hbdoc/{harbour.rsp => hrb.rsp} (100%) rename harbour/utils/hbdoc/{harbwww.rps => hrbtools.rsp} (100%) 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