From: Dmitry Kalyanov Date: Sat, 8 Aug 2009 18:06:52 +0000 (+0400) Subject: doc: added --noinform option to sbcl command line X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=9f4a86e68709db2385207633cbecd315688c87c5;p=cl-gtk2.git doc: added --noinform option to sbcl command line --- 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 $<