From df65ae6592b48256bac59a14494c5fb7d47c219c Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sun, 16 Aug 2009 10:44:26 +0400 Subject: [PATCH] Added --disable-debugger to sbcl invokation for html colorization --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 120b32d..180ba06 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -14,14 +14,14 @@ gobject/style.css: style.css gobject/index.html: gobject.texi gobject/style.css makeinfo --html --css-ref=style.css $< - sbcl --noinform --no-sysinit --no-userinit --load colorize-lisp-examples.lisp $@ + sbcl --noinform --no-sysinit --no-userinit --disable-debugger --load colorize-lisp-examples.lisp $@ gtk/style.css: style.css ([ -x gtk ] || mkdir gtk) && cp $< $@ gtk/index.html: gtk.texi gtk/style.css makeinfo --html --css-ref=style.css $< - sbcl --noinform --no-sysinit --no-userinit --load colorize-lisp-examples.lisp $@ + sbcl --noinform --no-sysinit --no-userinit --disable-debugger --load colorize-lisp-examples.lisp $@ gobject.pdf: gobject.texi pdftex $< -- 1.7.10.4