shithub: sm2

ref: cb5a3fb8adad1c7f32d4d7ea26f01fa7078829ea
dir: /stt/mkfile/

View raw version
ALL=`{ls *.t}

all:V: ${ALL:%.t=%.pdf}

%.ms:D: %.t
	cat msglobal $prereq | pic | tbl | eqn | 
		troff -mpictures > $target

%.ps:D: %.ms
	lp -dstdout < $prereq > $target

%.pdf:D: %.ps
	ps2pdf $prereq > $target

clean:
	rm -f *.pdf *.ps *.ms