#
# makefile  for the SUN Graphics Primitives Documentation
# Dave Brown Oct. 1981 
# (stolen from Bill Nowicki's May 1981 makefile in /usr/sun/doc)
#
.SUFFIXES: .press .mss

.mss.press: 
	scribe $*.mss

lib.press: lib.mss intro.mss use.mss

clean:
	-rm -f *.CKP *.err *.otl
