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:
Ori Bernstein 2025-01-09 05:20:08 +00:00
parent b0e7312a62
commit 8b7a03c5e9

View file

@ -27,13 +27,3 @@ HFILES=\
atomic.h
</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