diff options
| author | vgross | 2010-02-18 17:57:37 +0000 |
|---|---|---|
| committer | vgross | 2010-02-18 17:57:37 +0000 |
| commit | afd1cb8cf34fa0010e6fcceab08f24c993da0fb3 (patch) | |
| tree | 174a7c6a1639c4cd2aa547fe10b664f3ee70bde3 /Makefile.build | |
| parent | 288be839109af2ced678d908b6203026cdf55d51 (diff) | |
Polishing the setup of CoqIDE Input Method
autodetection via ./configure, automated installation target
"install-im", and no more patching. Plus documentation of the procedure
in the reference manual.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12790 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build index 8dcfbdd15c..3df2f21551 100644 --- a/Makefile.build +++ b/Makefile.build @@ -340,6 +340,14 @@ install-ide-info: $(MKDIR) $(FULLIDELIB) $(INSTALLLIB) ide/FAQ $(FULLIDELIB) +# IM files + +IMFILES=$(addprefix ide/uim/, coqide.scm coqide-rules.scm coqide-custom.scm) + +install-im: + $(INSTALLLIB) $(IMFILES) $(UIMSCRIPTDIR) + uim-module-manager --register coqide + ########################################################################### # tests ########################################################################### |
