From 9ba21267e796eb462a657392906e3cbccaedcc99 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Fri, 29 Aug 2014 17:10:32 -0400 Subject: [PATCH] no need to generate postscript version --- runoff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runoff b/runoff index e8ed017..26593af 100755 --- a/runoff +++ b/runoff @@ -239,5 +239,5 @@ else cp all.ps allf.ps fi ps2pdf allf.ps ../xv6.pdf -cd .. -pdftops xv6.pdf xv6.ps +# cd .. +# pdftops xv6.pdf xv6.ps