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 \