_$stem.ps # distill _$stem.ps && mv _$stem.pdf $stem.pdf ps2pdf _$stem.ps $stem.pdf && rm -f _$stem.ps fs.ps:D: $OBJ {echo $FONTS; tbl $OBJ } | eqn | troff -ms | lp -dstdout >$target ../cleanps $target fs.trout:D: $OBJ {echo $FONTS; tbl $OBJ } | eqn | troff -ms >$target fs.html:D: $OBJ {echo $FONTS; tbl $OBJ } | eqn | htmlroff -ms -mhtml >$target clean:V: rm -f fs.^(html trout ps pdf)