make validate
  onsgmls -wxml -s -f $(PREPDIR)$(NAMEPREFIX).errors $(XMLDECL) $(XMLDOCTYPE) $(XMLFILE)

Here is the command with the substitutions made for s/samplefa:.

onsgmls -wxml -s -f $DLXSROOT/prep/s/samplefa/samplefa.errors $DLXSROOT/misc/sgml/xml.dcl $DLXSROOT/prep/s/samplefa/samplefa.xml.inp     $DLXSROOT/obj/s/samplefa/samplefa.xml 
This command runs onsgmls to validate the copy using the doctype in samplefa.xml.inp

Samplefa.xml.inp:


<!DOCTYPE COLL SYSTEM "/l1/release/13/misc/sgml/dlxsead2002.dtd" [
]>

See http://openjade.sourceforge.net/doc-1.5.1/nsgmls.htm for more info on onsgmls