Hello,

commit d86e95e5c2c70cc1be5de85add8fc9698f08c396 introduced
'latex-flymake' file and condition in 'latex.el' but doesn't update
Makefile.in to byte compile and install that file. This of course breaks
AUCTeX. I attached small patch vs 'Makefile.in' to add
'latex-flymake.el' to list of byte compiling and installing files.

---
WBR, Vladimir Lomov

-- 
Stupidity is its own reward.
diff --git a/Makefile.in b/Makefile.in
index abe2b2e7..d3aa2733 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,9 +83,9 @@ RPM_SIGN = --sign
 MULESRC = @MULESRC@
 MULEELC = @MULEELC@
 
-AUCSRC = tex.el tex-buf.el tex-style.el plain-tex.el latex.el tex-info.el \
-       texmathp.el multi-prompt.el tex-mik.el font-latex.el tex-font.el \
-       context.el context-en.el context-nl.el tex-fold.el \
+AUCSRC = tex.el tex-buf.el tex-style.el plain-tex.el latex.el latex-flymake.el 
\
+       tex-info.el texmathp.el multi-prompt.el tex-mik.el font-latex.el \
+       tex-font.el context.el context-en.el context-nl.el tex-fold.el \
        toolbar-x.el tex-bar.el bib-cite.el tex-ispell.el
 AUCELC = $(AUCSRC:.el=.elc)
 
_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to