| Convert WEB prograns to C
|
| %0 is the name of the program to convert.
| %1 is the name of the source Pascal file
| %1 ==> c.%0, h.%0

| The default conversion script
Set web2c$script plain
| Some programs require more work
If "%0" = "bibtex" Then Set web2c$script bibtex
If "%0" = "mf" OR "%0" = "mp" Then Set web2c$script mfmp
If "%0" RIGHT 3 = "tex" OR "%0" = "omega" Then Set web2c$script tex
| Execute the script we found
Obey <Obey$Dir>.script.<web2c$script> %*0