| Line 98... |
Line 98... |
| 98 |
fi |
98 |
fi |
| 99 |
php $WebForthInPath/PHP/GenerateHTML.php \ |
99 |
php $WebForthInPath/PHP/GenerateHTML.php \ |
| 100 |
EnableApache="0" \ |
100 |
EnableApache="0" \ |
| 101 |
SourceDir="$WorkingDir/source-exported/" \ |
101 |
SourceDir="$WorkingDir/source-exported/" \ |
| 102 |
SourceAsm="amforth.asm" \ |
102 |
SourceAsm="amforth.asm" \ |
| - |
|
103 |
SvnInfoFile="$SvnInfoFile" \ |
| 103 |
TemplateDir="$WebForthInPath/Templates/" \ |
104 |
TemplateDir="$WebForthInPath/Templates/" \ |
| 104 |
DestinationDir="$WebForthOutPath/HTML/" \ |
105 |
DestinationDir="$WebForthOutPath/HTML/" \ |
| 105 |
> $LogFileGenerate 2>> $LogFile |
106 |
> $LogFileGenerate 2>> $LogFile |
| 106 |
if (($?)); then |
107 |
if (($?)); then |
| 107 |
echo "--> ERROR: GenerateHTML.php" | tee -a $LogFile |
108 |
echo "--> ERROR: GenerateHTML.php" | tee -a $LogFile |