ref: 6e99e7dcbb822d9d732f3a4da1c2447fd53bfbb0
parent: 9d6930b7b7af99280349f168192e8bcfc857ef08
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Jan 9 00:20:08 EST 2025
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
--- a/sys/src/cmd/gefs/mkfile
+++ b/sys/src/cmd/gefs/mkfile
@@ -27,13 +27,3 @@
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
--
⑨