From 1de2a2cc95ca5c1574456b6c99e41301250d8969 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 12 Nov 1998 08:47:47 +0000 Subject: [PATCH] * texi/Makefile.in (texi2latex.elc:): Don't escape double quote. --- texi/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texi/Makefile.in b/texi/Makefile.in index 5e5e091..23a146e 100644 --- a/texi/Makefile.in +++ b/texi/Makefile.in @@ -56,7 +56,7 @@ makeinfo: makeinfo -o message message.texi texi2latex.elc: texi2latex.el - $(EMACS) -batch -l bytecomp --eval '(byte-compile-file \"texi2latex.el\")' + $(EMACS) -batch -l bytecomp --eval '(byte-compile-file "texi2latex.el")' latex: gnus.texi texi2latex.elc $(EMACS) -batch -q -no-site-file gnus.texi -l ./texi2latex.elc -f latexi-translate -- 1.7.10.4