# this makes the old kernel document from its source

FMTR1 = psroff -t
FMTR2 = nroff
DOC   = kchanges.4.1.mss

PS:	$(DOC)
	tbl $(DOC) | $(FMTR1) -ms   > kchanges.4.1.PS
      

screen:	$(DOC)
	tbl $(DOC) | $(FMTR2) -ms   > kchanges.4.1.text
