diff options
author | vgross <vgross@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-02-18 17:57:37 +0000 |
---|---|---|
committer | vgross <vgross@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-02-18 17:57:37 +0000 |
commit | afd1cb8cf34fa0010e6fcceab08f24c993da0fb3 (patch) | |
tree | 174a7c6a1639c4cd2aa547fe10b664f3ee70bde3 /config | |
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 'config')
-rw-r--r-- | config/Makefile.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/Makefile.template b/config/Makefile.template index 8864f52d0..74ec95807 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -138,6 +138,9 @@ STRIP=STRIPCOMMAND # CoqIde (no/byte/opt) HASCOQIDE=COQIDEOPT +# IM files +UIMSCRIPTDIR=UIMSCRIPTPATH + # Defining REVISION CHECKEDOUT=CHECKEDOUTSOURCETREE |