From 3af5698cf0991fe4738d62ac8378ade0cf3ec051 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 6 May 2004 17:52:35 +0000 Subject: Add EMACSFLAGS so can run with EMACS=emacs (NB! Emacs has different regexp behaviour in @lisp, though!!) --- doc/Makefile.doc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/Makefile.doc') diff --git a/doc/Makefile.doc b/doc/Makefile.doc index 7b7dd233..97478ef6 100644 --- a/doc/Makefile.doc +++ b/doc/Makefile.doc @@ -38,7 +38,8 @@ DVI2PS = dvips -Pcmz TEXI2PDF = texi2pdf TEXI2HTML = texi2html -expandinfo -number -split_chapter # FIXME: choose emacs automatically if xemacs not available -EMACS = xemacs -q -no-site-file -batch +EMACS = xemacs +EMACSFLAGS = -q -no-site-file -batch TMPFILE=pgt @@ -155,7 +156,7 @@ distclean: clean $(DOCNAME).texi: ../*/*.el $(MAKE) magic magic: - $(EMACS) -l docstring-magic.el $(DOCNAME).texi -f texi-docstring-magic -f save-buffer + $(EMACS) $(EMACSFLAGS) -l docstring-magic.el $(DOCNAME).texi -f texi-docstring-magic -f save-buffer -- cgit v1.2.3