diff --git a/harbour/contrib/libgt/doc/gendoc.bat b/harbour/contrib/libgt/doc/gendoc.bat index e55de03a46..88fda4011d 100644 --- a/harbour/contrib/libgt/doc/gendoc.bat +++ b/harbour/contrib/libgt/doc/gendoc.bat @@ -1,27 +1,8 @@ -@echo off -rem -rem $Id$ -rem - if "%1" =="/OS2" goto OS2 -if "%1" =="/os2" goto OS2 if "%1" =="/NGI" goto NG -if "%1" =="/ngi" goto NG if "%1" =="/RTF" goto RTF -if "%1" =="/rtf" goto RTF if "%1" =="/HTM" goto HTM -if "%1" =="/htm" goto HTM -if "%1" =="" goto help ECHO Assembling input files -:help - echo. - echo. Usage gendoc type - echo. where type is: - echo. /rtf for Winhelp output - echo. /os2 for Os/2 help output - echo. /ngi for Norton Guide output - echo. /htm for HTML output - goto END :NG hbdoc /ngi libgt.lnk libgt.rsp REM Compile the sources @@ -50,3 +31,6 @@ GOTO END :END del ass*.bat +del libgt.lnk +ren libgt.old libgt.lnk + diff --git a/harbour/contrib/libgt/doc/gendoc.cmd b/harbour/contrib/libgt/doc/gendoc.cmd index 2c6db741d0..b367583339 100644 --- a/harbour/contrib/libgt/doc/gendoc.cmd +++ b/harbour/contrib/libgt/doc/gendoc.cmd @@ -50,3 +50,5 @@ GOTO END :END del ass*.bat +del libgt.lnk +ren libgt.old libgt.lnk diff --git a/harbour/contrib/libgt/doc/libgt.lnk b/harbour/contrib/libgt/doc/libgt.lnk index d3a662623c..3145a49a95 100644 --- a/harbour/contrib/libgt/doc/libgt.lnk +++ b/harbour/contrib/libgt/doc/libgt.lnk @@ -1,5 +1,5 @@ -!name: Harbour tools help- GT lib -!credits: The Harbour Project +!name: Harbour Version %HB_VERSION% (c) Tools Help GTLIB +!credits: Harbour Version %HB_VERSION% (c) http://www.harbour-project.org Luiz Rafael Culik !menu: Functions Functions overview.ngo diff --git a/harbour/contrib/libmisc/doc/gendoc.bat b/harbour/contrib/libmisc/doc/gendoc.bat index 8511b142ca..88fda4011d 100644 --- a/harbour/contrib/libmisc/doc/gendoc.bat +++ b/harbour/contrib/libmisc/doc/gendoc.bat @@ -1,30 +1,10 @@ -@echo off -rem -rem $Id$ -rem - if "%1" =="/OS2" goto OS2 -if "%1" =="/os2" goto OS2 if "%1" =="/NGI" goto NG -if "%1" =="/ngi" goto NG if "%1" =="/RTF" goto RTF -if "%1" =="/rtf" goto RTF if "%1" =="/HTM" goto HTM -if "%1" =="/htm" goto HTM -if "%1" =="" goto help ECHO Assembling input files -:help - echo. - echo. Usage gendoc type - echo. where type is: - echo. /rtf for Winhelp output - echo. /os2 for Os/2 help output - echo. /ngi for Norton Guide output - echo. /htm for HTML output - goto END - :NG -hbdoc /ngi libmisc.lnk libmisc.rsp +hbdoc /ngi libgt.lnk libgt.rsp REM Compile the sources Echo Compiling the sources Processing Input Files @@ -32,22 +12,25 @@ Copy ngi\funcam.txt+ngi\funcn_.txt overview.ngi Compiling Sources ngxc overview.ngi Linking the Guide -ngxl libmisc.lnk +ngxl libgt.lnk del *.ngi del *.ngo del ngi\*.txt del ngi\*.ngi GOTO END :OS2 - hbdoc /OS2 libmisc.lnk libmisc.rsp + hbdoc /OS2 libgt.lnk libgt.rsp GOTO END :RTF - hbdoc /RTF libmisc.lnk libmisc.rsp + hbdoc /RTF libgt.lnk libgt.rsp HCW HARBOUR.HPJ GOTO END :HTM - hbdoc /HTM libmisc.lnk libmisc.rsp + hbdoc /HTM libgt.lnk libgt.rsp GOTO END :END del ass*.bat +del libgt.lnk +ren libgt.old libgt.lnk + diff --git a/harbour/contrib/libmisc/doc/gendoc.cmd b/harbour/contrib/libmisc/doc/gendoc.cmd index 8511b142ca..b367583339 100644 --- a/harbour/contrib/libmisc/doc/gendoc.cmd +++ b/harbour/contrib/libmisc/doc/gendoc.cmd @@ -11,7 +11,6 @@ if "%1" =="/RTF" goto RTF if "%1" =="/rtf" goto RTF if "%1" =="/HTM" goto HTM if "%1" =="/htm" goto HTM -if "%1" =="" goto help ECHO Assembling input files :help echo. @@ -24,7 +23,7 @@ ECHO Assembling input files goto END :NG -hbdoc /ngi libmisc.lnk libmisc.rsp +hbdoc /ngi libgt.lnk libgt.rsp REM Compile the sources Echo Compiling the sources Processing Input Files @@ -32,22 +31,24 @@ Copy ngi\funcam.txt+ngi\funcn_.txt overview.ngi Compiling Sources ngxc overview.ngi Linking the Guide -ngxl libmisc.lnk +ngxl libgt.lnk del *.ngi del *.ngo del ngi\*.txt del ngi\*.ngi GOTO END :OS2 - hbdoc /OS2 libmisc.lnk libmisc.rsp + hbdoc /OS2 libgt.lnk libgt.rsp GOTO END :RTF - hbdoc /RTF libmisc.lnk libmisc.rsp + hbdoc /RTF libgt.lnk libgt.rsp HCW HARBOUR.HPJ GOTO END :HTM - hbdoc /HTM libmisc.lnk libmisc.rsp + hbdoc /HTM libgt.lnk libgt.rsp GOTO END :END del ass*.bat +del libgt.lnk +ren libgt.old libgt.lnk