From 20ca34280cbac57edfea83acfe6556c836495c60 Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Sun, 4 Jun 2000 15:59:18 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 11 +++++++++++ harbour/utils/hbdoc/Makefile | 1 + 2 files changed, 12 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 690b4ce420..7f1c1601f2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,14 @@ +2000-06-04 09:20 GMT -3 Luiz Rafael Culik +*utils/hbdoc/hbdoc.prg + *Added code to support .CHM source code generation +*utils/hbdoc/html.prg + +Newchm(),Addobject(),addparam(),Newcontent(),Endobject() method +for .chm support ++utils/hbdoc/genchm.prg + *Source code to generate .CHM source files +*makefile.bc + +genchm.prg entry added to the make file + 2000-06-04 17:52 UTC+0100 Victor Szakats * tests/setkeys.prg diff --git a/harbour/utils/hbdoc/Makefile b/harbour/utils/hbdoc/Makefile index fa6c86ce9a..abeb20e5fa 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 \