From ed83db5b9a42108535a3f12eb1104cebb6fe0452 Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Mon, 1 May 2000 11:05:16 +0000 Subject: [PATCH] e see changelog 20000501 08:00 gmt -3 --- harbour/contrib/libgt/doc/gendoc.bat | 21 +++++++++++++++++++++ harbour/contrib/libmisc/doc/gendoc.bat | 20 ++++++++++++++++++++ 2 files changed, 41 insertions(+) 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