* texi/Makefile.in (texi2latex.elc:): Don't escape double quote.
authoryamaoka <yamaoka>
Thu, 12 Nov 1998 08:47:47 +0000 (08:47 +0000)
committeryamaoka <yamaoka>
Thu, 12 Nov 1998 08:47:47 +0000 (08:47 +0000)
texi/Makefile.in

index 5e5e091..23a146e 100644 (file)
@@ -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