print: crypt.PS
	lpr crypt.PS

crypt.PS: crypt.me
	psroff -t -me crypt.me > crypt.PS

clean:
	rm crypt.PS

.me.PS:
	psroff -me -t $@.me > $@.PS
