projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d84984b
)
* texi/Makefile.in (texi2latex.elc:): Don't escape double quote.
author
yamaoka
<yamaoka>
Thu, 12 Nov 1998 08:47:47 +0000
(08:47 +0000)
committer
yamaoka
<yamaoka>
Thu, 12 Nov 1998 08:47:47 +0000
(08:47 +0000)
texi/Makefile.in
patch
|
blob
|
history
diff --git
a/texi/Makefile.in
b/texi/Makefile.in
index
5e5e091
..
23a146e
100644
(file)
--- 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