! This file doubles as a source for the spell_clitable object, or
!  (after a bit of editing) as the source for installing the spell
!  executable in the DCL command tables.

! remove (or comment out) the next line if to install in DCL tables
module	spell_clitable

define type doctype
	keyword	runoff
	keyword	tex
	keyword	latex
	keyword mss
	keyword scribe
	keyword nroff
	keyword troff
	keyword issue
	keyword vaxdoc
	keyword document

! un-comment (and edit) the `image' line if to install in DCL tables
define verb spell
!	image disc:[spell_exe_dir]spell
	parameter p1, label=files
	qualifier personal,	label=perso,	negatable
	qualifier update,	label=updat,	nonnegatable
	qualifier check,	label=check,	nonnegatable
	qualifier logging,	label=loggi,	nonnegatable
	qualifier build,	label=build,	nonnegatable
	qualifier single_letter, label=singl,	nonnegatable
	qualifier testing,	label=testi,	nonnegatable
	qualifier type,		label=ftype,	nonnegatable,	value(type=doctype,required)
	qualifier output,	label=ouput,	negatable,	value(type=$file)
	qualifier guidance,	label=guide,	negatable,	value(type=$file)
