1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.PHONY: all clean all: clformat.pdf clean: rm clformat.pdf clformat.pdf: clformat.ps ps2pdf clformat.ps clformat.pdf rm clformat.ps clformat.ps: clformat.ms groff -ms -s -t -Tps clformat.ms > clformat.ps clformat.ms: clformat.tmac touch clformat.ms clformat.tmac: touch clformat.tmac preview: clformat.pdf fbpdf clformat.pdf