# this makes PS and screen versions of the old uchanges document

DOC = 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t 8.t 9.t


PS:	$(DOC)
	psroff -t -ms $(DOC) > uchanges.4.2.PS

screen:	$(DOC)
	nroff -ms $(DOC) > uchanges.4.2.text
