]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/atazz/mkfile
fix ref822 again: remove uniqarray(), fix case with many entries in 'n'.
[plan9front.git] / sys / src / cmd / atazz / mkfile
1 </$objtype/mkfile
2
3 TARG =  atazz
4
5 HFILES = atazz.h tabs.h
6 OFILES = bit.$O main.$O probe.$O
7
8 BIN=/$objtype/bin
9 UPDATE=\
10         mkfile\
11         $HFILES\
12         ${OFILES:%.$O=%.c}\
13         ${TARG:%=/386/bin/%}\
14
15 %.ps:DQ:        %.ms
16         eval `{doctype macros.ms $stem.ms} | \
17         lp -m.9 -dstdout >$target
18
19 %.pdf:DQ: %.ps
20         cat /sys/doc/docfonts $stem.ps >_$stem.ps
21         ps2pdf _$stem.ps $stem.pdf && rm -f _$stem.ps
22
23 </sys/src/cmd/mkone