From: Dennis Schafroth Date: Mon, 1 Jul 2013 11:34:24 +0000 (+0200) Subject: Fix change in source repo X-Git-Tag: v4.2.62~7^2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=cdd67ab5b29250ce4c16dcaaecb62654346502c1;hp=1552cfea944bbeea64899c0ab17bfc47882f451b Fix change in source repo --- diff --git a/doc/installation.xml b/doc/installation.xml index 116c193..a01b018 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -146,19 +146,19 @@ Libtool are used to generate Makefiles and configure &yaz; for the system. You do not these tools unless you're using the - CVS version of &yaz;. + git version of &yaz;. The CQL parser for &yaz; is built using GNU Bison. - This tool is only needed if you're using the CVS version of &yaz;. + This tool is only needed if you're using the git version of &yaz;. &yaz; includes a tiny ASN.1 compiler. This compiler is written in Tcl. - But as for Bison you do not need it unless you're using CVS + But as for Bison you do not need it unless you're using git version of &yaz; or you're using the compiler to built own codecs for private ASN.1. @@ -580,7 +580,7 @@ If GNU Bison is present, you might set HAVE_ICONV to 1 and specify the Bison executable in BISON. - Bison is only required if you use the CVS version of + Bison is only required if you use the git version of YAZ or if you modify the grammar for CQL (cql.y).