4106d78c2d
The Gambit Scheme system is a complete, portable, efficient and reliable implementation of the Scheme programming language. The Gambit-C system conforms to the R4RS, R5RS and IEEE Scheme standards. The full numeric tower is implemented, including: infinite precision integers (bignums), rationals, inexact reals (floating point numbers), and complex numbers. ok sthen@
17 lines
450 B
Plaintext
17 lines
450 B
Plaintext
$OpenBSD: patch-doc_makefile_in,v 1.1.1.1 2012/04/20 10:47:40 jasper Exp $
|
|
|
|
Don't reconstruct the ps file from the PDF, this makes ghostscript shit itself:
|
|
GPL Ghostscript 9.04: Error: Font Renderer Plugin ( FreeType ) return code = -1
|
|
|
|
--- doc/makefile.in.orig Wed Apr 18 22:09:04 2012
|
|
+++ doc/makefile.in Wed Apr 18 22:09:11 2012
|
|
@@ -91,7 +91,7 @@ all-pre:
|
|
|
|
all-post:
|
|
|
|
-doc: info pdf html txt ps
|
|
+doc: info pdf html txt
|
|
|
|
info: gambit-c.info
|
|
|