shithub: sm2

ref: 0ea3a509c0d04c8198c1639ff7d3e606bb54a3f3
dir: /ger/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