shithub: front

ref: 14cfa56253beb8a2ad8e4700c8c26a6ff6d16ee7
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