From 7186ef40919bfda496368377dfb033a2030a0fda Mon Sep 17 00:00:00 2001 From: April White Date: Sat, 10 Jun 2000 03:17:28 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 5 +++++ harbour/doc/genhtm.lnk | 6 +++--- harbour/utils/hbdoc/Makefile | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 22f57259b5..882f282245 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +2000-06-10 04:05 UTC-0500 April White + + * utils/hbdoc/makefile + + added getchm.prg + 2000-06-09 15:30 UTC-0400 David G. Holm * source/compiler/harbour.l diff --git a/harbour/doc/genhtm.lnk b/harbour/doc/genhtm.lnk index e264d106ae..76319796ed 100644 --- a/harbour/doc/genhtm.lnk +++ b/harbour/doc/genhtm.lnk @@ -1,6 +1,6 @@ -!name: Harbour Version %HB_VERSION% (c) reference Guide -!credits: Harbour Version %HB_VERSION% (c) http://www.harbour-project.org - %HB_BLDDATE% build By Luiz Rafael Culik +!name: Harbour Version 0.34 (c) reference Guide +!credits: Harbour Version 0.34 (c) http://www.harbour-project.org + 06/04/2000 build By Luiz Rafael Culik Functions Documented by: Chen Kedem, Luiz Rafael Culik,Brian Hays diff --git a/harbour/utils/hbdoc/Makefile b/harbour/utils/hbdoc/Makefile index fa6c86ce9a..64a154e20e 100644 --- a/harbour/utils/hbdoc/Makefile +++ b/harbour/utils/hbdoc/Makefile @@ -14,6 +14,7 @@ PRG_SOURCES=\ gentrf.prg \ genng.prg \ genhtm.prg \ + genchm.prg \ genrtf.prg \ genhpc.prg \ genasc.prg \