From cdd67ab5b29250ce4c16dcaaecb62654346502c1 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Mon, 1 Jul 2013 13:34:24 +0200 Subject: [PATCH 1/1] Fix change in source repo --- doc/installation.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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). -- 1.7.10.4