diff options
Diffstat (limited to 'config/Makefile.template')
-rw-r--r-- | config/Makefile.template | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/config/Makefile.template b/config/Makefile.template index 4d45f1b4..74ec9580 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -135,15 +135,12 @@ COQDOCDIR="COQDOCDIRECTORY" # Win32 systems: true (actually strip is bogus) STRIP=STRIPCOMMAND -# Options for fsets (all/basic) -FSETS=FSETSOPT - -# Options for reals (all/basic) -REALS=REALSOPT - # CoqIde (no/byte/opt) HASCOQIDE=COQIDEOPT +# IM files +UIMSCRIPTDIR=UIMSCRIPTPATH + # Defining REVISION CHECKEDOUT=CHECKEDOUTSOURCETREE |