SED=	sed
ROFF=	groff

DEV=	ps

ROFFARGS= -fT -me -pst -T$(DEV)

%.p : %.e
	$(SED) -f ./preroff.sed $< | $(ROFF) $(ROFFARGS) > $@

clean:
	- rm *.p
