.SUFFIXES: .pic .roff .ps .jpg

.pic.roff:
	pic $*.pic > $*.roff

.roff.ps:
	groff -Tps $*.roff > $*.ps

.ps.jpg:
	 ps2jpg < $*.ps > $*.jpg

push: .push

IMG= apostol.jpg

.push: $(IMG) all.html 
	dreamhost-update -p
	@touch .push

all.html: 
	ls *.jpg | perl -lne 'print qq{<img src="$$_"><br>}' > all.html