From 9303e4590e52cba8c11fbacd91ff3098d7d1e00a Mon Sep 17 00:00:00 2001 From: glondu Date: Sat, 24 Jul 2010 19:23:10 +0000 Subject: Fix installation of emacs files git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13325 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.build b/Makefile.build index 0540b9a9a..d65aa8915 100644 --- a/Makefile.build +++ b/Makefile.build @@ -599,7 +599,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 -- cgit v1.2.3