#
#       Makefile
#       Format the document 'Using The...'
#
#       SCCSID = @(#) Makefile (V6.0) Thu Aug  6 09:10:07 1992
#
FMT=    groff -me
LP=     lp -dti

SRC=    Title.me Using.me Listings.me
DOC=    Title.ps Using.ps

all:
	$(FMT) Title.me >Title.ps
	$(FMT) Using.me >Using.ps
	$(LP) $(DOC)
