Update.
[elisp/gnus.git-] / texi / Makefile.in
index 5af7a70..1ebe198 100644 (file)
@@ -28,7 +28,7 @@ most: texi2latex.elc latex latexps
 
 .texi:
        if test $(MAKEINFO) = no; then \
-         $(EMACSINFO) -eval '(find-file "$<")' $(XINFOSWI); \
+         $(EMACSINFO) -eval '(find-file \"$<\")' $(XINFOSWI); \
        else \
          makeinfo -o $* $<; \
        fi
@@ -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