diff --git a/harbour/contrib/libgt/doc/gendoc.bat b/harbour/contrib/libgt/doc/gendoc.bat index 88fda4011d..9872ea12b5 100644 --- a/harbour/contrib/libgt/doc/gendoc.bat +++ b/harbour/contrib/libgt/doc/gendoc.bat @@ -1,8 +1,29 @@ +@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 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 diff --git a/harbour/contrib/libmisc/doc/gendoc.bat b/harbour/contrib/libmisc/doc/gendoc.bat index 88fda4011d..2f5edf267a 100644 --- a/harbour/contrib/libmisc/doc/gendoc.bat +++ b/harbour/contrib/libmisc/doc/gendoc.bat @@ -1,7 +1,27 @@ +@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 +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 + ECHO Assembling input files :NG hbdoc /ngi libgt.lnk libgt.rsp