#define FIGLIST
#include <SEP.defs>

/* these files are included with plot boxes */

all&: spp.1.ps spp.2.ps spp.3.ps


spp.1.ps: spp.ps
	psselect -p1 spp.ps junk.ps
	echo '\%\%BoundingBox: 0 0 612 792' >> spp.1.ps
	cat junk.ps >> spp.1.ps

spp.2.ps: spp.ps
	psselect -p2 spp.ps junk.ps
	echo '\%\%BoundingBox: 0 0 612 792' >> spp.2.ps
	cat junk.ps >> spp.2.ps

spp.3.ps: spp.ps
	psselect -p3 spp.ps junk.ps
	echo '\%\%BoundingBox: 0 0 612 792' >> spp.3.ps
	cat junk.ps >> spp.3.ps

spp.ps: spp.man
	nroff -man spp.man | ./a2ps -nlegend -nh -nbox -nv > spp.ps


clean&:
	-RM_CMD junk.ps

#include <SEP.idoc.rules>
