mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
gefs: remove daed mkfile bits
when we imported gefs, we put the manpages in the right place, and moved the paper to /sys/doc; we don't need the rules to build and install them any more
This commit is contained in:
parent
b0e7312a62
commit
8b7a03c5e9
1 changed files with 0 additions and 10 deletions
|
@ -27,13 +27,3 @@ HFILES=\
|
||||||
atomic.h
|
atomic.h
|
||||||
|
|
||||||
</sys/src/cmd/mkone
|
</sys/src/cmd/mkone
|
||||||
</sys/doc/fonts
|
|
||||||
|
|
||||||
%.ps: %.ms
|
|
||||||
{ echo $FONTS; cat $stem.ms } | pic | tbl | eqn | troff -ms | lp -dstdout > $target
|
|
||||||
%.pdf: %.ps
|
|
||||||
ps2pdf $stem.ps $stem.pdf
|
|
||||||
|
|
||||||
man.install: gefs.4.man gefs.8.man
|
|
||||||
cp gefs.4.man /sys/man/4/gefs
|
|
||||||
cp gefs.8.man /sys/man/8/gefs
|
|
||||||
|
|
Loading…
Reference in a new issue