branch: externals/auctex
commit 29724a5cf1bb7b59683c604c4c88942b13075c19
Author: Davide G. M. Salvetti <[email protected]>
Date: Sat Nov 15 17:34:23 2014 +0100
Add `luatextra.el' to Makefile.in
---
ChangeLog | 2 +-
Makefile.in | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9a42fb5..dea4851 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2014-11-15 Davide G. M. Salvetti <[email protected]>
- * Makefile.in (STYLESRC): Add `ifluatex.el'.
+ * Makefile.in (STYLESRC): Add `ifluatex.el', `luatextra.el'.
* style/luatextra.el: New style.
diff --git a/Makefile.in b/Makefile.in
index 2f2b6ae..5eba457 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -138,7 +138,8 @@ STYLESRC = style/prosper.el \
style/exercise.el style/plext.el style/cleveref.el \
style/eso-pic.el style/fontaxes.el style/AnonymousPro.el \
style/mdsymbol.el style/MyriadPro.el style/textcomp.el \
- style/XCharter.el style/zlmtt.el style/ifluatex.el
+ style/XCharter.el style/zlmtt.el style/ifluatex.el \
+ style/luatextra.el
STYLEELC = $(STYLESRC:.el=.elc)
CLEANFILES = $(AUCELC) $(STYLEELC) $(MULEELC)