From: Adam Dickmeiss Date: Tue, 2 Jul 2013 08:35:27 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz X-Git-Tag: v4.2.62~7 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=32714ab839d402d1e6194316d5909b2ce37e3ee3;hp=94140e7ec2de8ecd8c6f3715121b0502f469c003 Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz --- 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).