# works at least with the Heirloom tools http://heirloom.sf.net # Uncomment the next line and adjust the mentioned file to use # custom fonts. Otherwise, default sans-serif fonts are used. MYFONTS=style.fonts all: on-performance.pdf on-performance.ps: on-performance.ms export TROFFONTS=fonts;\ sed '/./!d' on-performance.ms | \ pic | troff -ms slides $(MYFONTS) - | dpost | \ sed '1s,$$, EPSF-0.0\n%%BoundingBox: 0 0 600 450,' \ >$@ on-performance.pdf: on-performance.ps ps2pdf -dEPSCrop -dPDFSETTINGS=/prepress $<