blob: 055c983bf409c68f5cc2f6981ea1d34c08f6cd6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
From: Stephane Glondu <steph@glondu.net>
Date: Sat, 24 Jul 2010 20:14:50 +0200
Subject: [PATCH] Fix installation of emacs files
---
Makefile.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.build b/Makefile.build
index a7ae1e2..e86baec 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -623,7 +623,7 @@ install-coq-manpages:
install-emacs:
$(MKDIR) $(FULLEMACSLIB)
- $(INSTALLLIB) tools/coq.el tools/coq-inferior.el $(FULLEMACSLIB)
+ $(INSTALLLIB) tools/coq-db.el tools/coq-font-lock.el tools/coq-syntax.el tools/coq.el tools/coq-inferior.el $(FULLEMACSLIB)
# command to update TeX' kpathsea database
#UPDATETEX = $(MKTEXLSR) /usr/share/texmf /var/spool/texmf $(BASETEXDIR) > /dev/null
--
|