##	Makefile for the SR overview paper.
#
#
#	This directory contains the source for the paper
#
#		An Overview of the SR Language and Implementation
#
#	which appeared in the January, 1988, issue of ACM TOPLAS
#	(Transactions on Programming Languages and Systems).
#	The paper has not been updated since then, and is now a bit obsolete.


SHELL = /bin/sh

ROFF = psroff -t

BODY = sec1 sec2 sec2.1 sec2.2 sec2.3 sec2.4 sec3 sec3.1 sec3.2 sec4 sec5 sec6
ALL = cover $(BODY)


overview.ps:	Makefile script.sed macros.tr $(ALL)	
	sed -f script.sed $(ALL) | $(ROFF) -me macros.tr - >overview.ps
