aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile.doc
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-17 13:18:31 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-17 13:18:31 +0000
commit7dec3822046f90d7b8eaa46da31e35a645cfa853 (patch)
treed5780fc87f265e05d1eb6071c2695a2da941a91b /doc/Makefile.doc
parentb8eb32604b2c1be02cace868742c961f900c2f27 (diff)
Not batch for debug
Diffstat (limited to 'doc/Makefile.doc')
-rw-r--r--doc/Makefile.doc4
1 files changed, 2 insertions, 2 deletions
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