From 7dec3822046f90d7b8eaa46da31e35a645cfa853 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 17 Jan 2008 13:18:31 +0000 Subject: Not batch for debug --- doc/Makefile.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Makefile.doc') diff --git a/doc/Makefile.doc b/doc/Makefile.doc index 0c844c7a..f952c9c0 100644 --- a/doc/Makefile.doc +++ b/doc/Makefile.doc @@ -39,7 +39,7 @@ DVI2PS = dvips -Pcmz TEXI2PDF = texi2pdf TEXI2HTML = texi2html -expandinfo -number -split_chapter EMACS = emacs -EMACSFLAGS = -q -no-site-file -batch +EMACSFLAGS = -q -no-site-file TMPFILE=pgt @@ -158,7 +158,7 @@ distclean: clean $(DOCNAME).texi: $(MAKE) magic magic: - $(EMACS) $(EMACSFLAGS) -l ./docstring-magic.el $(DOCNAME).texi -f texi-docstring-magic -f save-buffer + $(EMACS) $(EMACSFLAGS) -batch -l ./docstring-magic.el $(DOCNAME).texi -f texi-docstring-magic -f save-buffer debugmagic: $(EMACS) $(EMACFLAGS) -eval '(setq debug-on-error t)' -l ./docstring-magic.el $(DOCNAME).texi -f texi-docstring-magic -f save-buffer -- cgit v1.2.3