diff --git a/harbour/contrib/libgt/doc/gendoc.bat b/harbour/contrib/libgt/doc/gendoc.bat index 9872ea12b5..50a6f40374 100644 --- a/harbour/contrib/libgt/doc/gendoc.bat +++ b/harbour/contrib/libgt/doc/gendoc.bat @@ -28,11 +28,11 @@ ECHO Assembling input files hbdoc /ngi libgt.lnk libgt.rsp REM Compile the sources Echo Compiling the sources -Processing Input Files +Echo Processing Input Files Copy ngi\funcam.txt+ngi\funcn_.txt overview.ngi -Compiling Sources +Echo Compiling Sources ngxc overview.ngi -Linking the Guide +Echo Linking the Guide ngxl libgt.lnk del *.ngi del *.ngo diff --git a/harbour/contrib/libgt/doc/gendoc.cmd b/harbour/contrib/libgt/doc/gendoc.cmd index b367583339..318681d4c1 100644 --- a/harbour/contrib/libgt/doc/gendoc.cmd +++ b/harbour/contrib/libgt/doc/gendoc.cmd @@ -26,11 +26,11 @@ ECHO Assembling input files hbdoc /ngi libgt.lnk libgt.rsp REM Compile the sources Echo Compiling the sources -Processing Input Files +Echo Processing Input Files Copy ngi\funcam.txt+ngi\funcn_.txt overview.ngi -Compiling Sources +Echo Compiling Sources ngxc overview.ngi -Linking the Guide +Echo Linking the Guide ngxl libgt.lnk del *.ngi del *.ngo diff --git a/harbour/contrib/libmisc/doc/gendoc.bat b/harbour/contrib/libmisc/doc/gendoc.bat index 2f5edf267a..f598e8264e 100644 --- a/harbour/contrib/libmisc/doc/gendoc.bat +++ b/harbour/contrib/libmisc/doc/gendoc.bat @@ -24,33 +24,33 @@ ECHO Assembling input files ECHO Assembling input files :NG -hbdoc /ngi libgt.lnk libgt.rsp +hbdoc /ngi libmisc.lnk libmisc.rsp REM Compile the sources Echo Compiling the sources -Processing Input Files +Echo Processing Input Files Copy ngi\funcam.txt+ngi\funcn_.txt overview.ngi -Compiling Sources +Echo Compiling Sources ngxc overview.ngi -Linking the Guide -ngxl libgt.lnk +Echo Linking the Guide +ngxl libmisc.lnk del *.ngi del *.ngo del ngi\*.txt del ngi\*.ngi GOTO END :OS2 - hbdoc /OS2 libgt.lnk libgt.rsp + hbdoc /OS2 libmisc.lnk libmisc.rsp GOTO END :RTF - hbdoc /RTF libgt.lnk libgt.rsp + hbdoc /RTF libmisc.lnk libmisc.rsp HCW HARBOUR.HPJ GOTO END :HTM - hbdoc /HTM libgt.lnk libgt.rsp + hbdoc /HTM libmisc.lnk libmisc.rsp GOTO END :END del ass*.bat -del libgt.lnk -ren libgt.old libgt.lnk +del libmisc.lnk +ren libmisc.old libmisc.lnk diff --git a/harbour/contrib/libmisc/doc/gendoc.cmd b/harbour/contrib/libmisc/doc/gendoc.cmd index b367583339..1aa79916bf 100644 --- a/harbour/contrib/libmisc/doc/gendoc.cmd +++ b/harbour/contrib/libmisc/doc/gendoc.cmd @@ -23,32 +23,32 @@ ECHO Assembling input files goto END :NG -hbdoc /ngi libgt.lnk libgt.rsp +hbdoc /ngi libmisc.lnk libmisc.rsp REM Compile the sources Echo Compiling the sources -Processing Input Files +Echo Processing Input Files Copy ngi\funcam.txt+ngi\funcn_.txt overview.ngi -Compiling Sources +Echo Compiling Sources ngxc overview.ngi -Linking the Guide -ngxl libgt.lnk +Echo Linking the Guide +ngxl libmisc.lnk del *.ngi del *.ngo del ngi\*.txt del ngi\*.ngi GOTO END :OS2 - hbdoc /OS2 libgt.lnk libgt.rsp + hbdoc /OS2 libmisc.lnk libmisc.rsp GOTO END :RTF - hbdoc /RTF libgt.lnk libgt.rsp + hbdoc /RTF libmisc.lnk libmisc.rsp HCW HARBOUR.HPJ GOTO END :HTM - hbdoc /HTM libgt.lnk libgt.rsp + hbdoc /HTM libmisc.lnk libmisc.rsp GOTO END :END del ass*.bat -del libgt.lnk -ren libgt.old libgt.lnk +del libmisc.lnk +ren libmisc.old libmisc.lnk