shithub: front

Download patch

ref: 8b7a03c5e98c2763273bb994f15a21ca93c89479
parent: b0e7312a621d7843975a7522d1adfe037821b967
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
--