NROFF	= nroff
FILTER	= /usr/local/bin/nr2hp -x
HP	= /usr/local/bin/nr2hp


all:		 calls.doc drivers.doc implement.doc intro.doc




calls.doc:	calls.nr
		$(NROFF) calls.nr > calls.doc

drivers.doc:	drivers.nr
		$(NROFF) drivers.nr > drivers.doc

implement.doc:	implement.nr
		$(NROFF) implement.nr > implement.doc

intro.doc:	intro.nr
		$(NROFF) intro.nr > intro.doc
