git: 9front

ref: 2bb0f44eba0775af5e7ce1a73d15a7abf958c13f
dir: /sys/src/cmd/atazz/mkfile/

View raw version
</$objtype/mkfile

TARG =	atazz

HFILES = atazz.h tabs.h
OFILES = bit.$O main.$O probe.$O

BIN=/$objtype/bin

%.ps:DQ:	%.ms
	eval `{doctype macros.ms $stem.ms} | \
	lp -m.9 -dstdout >$target

%.pdf:DQ: %.ps
	cat /sys/doc/docfonts $stem.ps >_$stem.ps
	ps2pdf _$stem.ps $stem.pdf && rm -f _$stem.ps

</sys/src/cmd/mkone