.KEY FONTNAME/A
;^^^ Beware that the first line must be a dot command in order that
;    AmigaOS acknowledges any dot command in a shell script!

; This Amiga shell script passes a filename from `missfont.log' files
; created by AmiWeb2C/KPathSea to the ARexx script MakeTeXPK.rexx, which
; then passes them on to the ARexx script MakeTeXFont.rexx.  Most likely
; such a file will have a `.tfm' extension which automatically gets
; stripped off by MakeTeXPK.rexx.
; To use this mechanism, copy MakeTeXTFM to the S: directory.  Note
; that the `s' flag must be preserved for automatic execution.

rx MakeTeXPK <FONTNAME> 101 101

; End of file.
