.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 this script file to the S: directory.
; Note that the `s' flag must be preserved for automatic execution.
;
; Copyright (C) 1997 by Andreas Scherer
; This is free software; the author gives unlimited permission
; to copy, distribute, and modify this script.

rx MakeTeXPK <FONTNAME> 101 101

; End of file.
