From 9f4a86e68709db2385207633cbecd315688c87c5 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sat, 8 Aug 2009 22:06:52 +0400 Subject: [PATCH] doc: added --noinform option to sbcl command line --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index f3eb331..8bb2372 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -14,7 +14,7 @@ gobject/style.css: style.css gobject/index.html: gobject.texi makeinfo --html --css-ref=style.css $< - sbcl --no-sysinit --no-userinit --load colorize-lisp-examples.lisp $@ + sbcl --noinform --no-sysinit --no-userinit --load colorize-lisp-examples.lisp $@ gobject.pdf: gobject.texi pdftex $< -- 1.7.10.4