From: Stefano Zacchiroli Date: Mon, 16 Feb 2004 09:43:55 +0000 (+0000) Subject: do not use tex notation per default (used only by tex term editor) X-Git-Tag: v0_0_4~197 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=95c956c8d0020ea1202d2c2ef354e2dcef641820;p=helm.git do not use tex notation per default (used only by tex term editor) --- diff --git a/helm/ocaml/cic_disambiguation/Makefile b/helm/ocaml/cic_disambiguation/Makefile index ef4ff8cc2..ea516c526 100644 --- a/helm/ocaml/cic_disambiguation/Makefile +++ b/helm/ocaml/cic_disambiguation/Makefile @@ -3,7 +3,8 @@ PACKAGE = cic_textual_parser2 REQUIRES = \ helm-tactics helm-logger helm-cic_unification helm-cic_transformations \ ulex pxp camlp4.gramlib -NOTATIONS = logic arit tex +# NOTATIONS = logic arit tex +NOTATIONS = logic arit INTERFACE_FILES = \ disambiguateTypes.mli \ disambiguateChoices.mli \