doc: added --noinform option to sbcl command line
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sat, 8 Aug 2009 18:06:52 +0000 (22:06 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sat, 8 Aug 2009 18:06:52 +0000 (22:06 +0400)
doc/Makefile

index f3eb331..8bb2372 100644 (file)
@@ -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 $<