]> git.lizzy.rs Git - plan9front.git/blob - sys/doc/nupas/mkfile
xd: use new bio magic to make -u more efficient
[plan9front.git] / sys / doc / nupas / mkfile
1 TARG=nupas.ps nupas.pdf
2
3 all:V: $TARG
4
5 %.ps:DQ:        %.ms
6         eval `{doctype macros.ms $stem.ms} | \
7         lp -m.9 -dstdout >$target
8
9 %.html:DQ:      %.ms
10         htmlroff -ms -mhtml $stem.ms >$target
11
12 %.pdf:DQ: %.ps
13         cat ../docfonts $stem.ps >_$stem.ps
14         ps2pdf _$stem.ps $stem.pdf && rm -f _$stem.ps
15
16 %.show:VQ:      %.ps
17         page -w $stem.ps
18
19 #install:VQ: fs4.man fs.man fsrecover.man fsconfig.man
20 #       cp fs4.man /sys/man/4/fs
21 #       cp fs.man /sys/man/8/fs
22 #       cp fsconfig.man /sys/man/8/fsconfig
23 #       cp fsrecover.man /sys/man/8/fsrecover