X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fyaz.sgml;h=050344ee6decf807ec370777554ad69bff881f9f;hp=a1c5c075be8777fde7d6832f1b655c5f27cd9a16;hb=2059ba0c9ca49689d20c7687195c30d06cbb4cf9;hpb=d90d31f39aba4c7256d5b83eaf4192630b18ae02 diff --git a/doc/yaz.sgml b/doc/yaz.sgml index a1c5c07..050344e 100644 --- a/doc/yaz.sgml +++ b/doc/yaz.sgml @@ -2,7 +2,7 @@
YAZ User's Guide and Reference <author><htmlurl url="http://www.indexdata.dk/" name="Index Data">, <tt><htmlurl url="mailto:info@indexdata.dk" name="info@indexdata.dk"></> -<date>$Revision: 1.5 $ +<date>$Revision: 1.6 $ <abstract> This document is the programmer's guide and reference to the YAZ package. YAZ is a compact toolkit that provides access to the @@ -190,11 +190,7 @@ When configured, build the software by typing: make </verb></tscreen> -Developers that do modifications to <bf/YAZ/ may wish to run -<tt>make depend</tt> as well to generate object-header file -dependencies. - -The following files are generated by make +The following files are generated by the make process: <descrip> <tag><tt>lib/libyaz.a</tt></tag> The <bf/YAZ/ programmers' library. @@ -205,6 +201,9 @@ The following files are generated by make <tag><tt>yaz-config</tt></tag> A Bourne-shell script that holds build settings for <bf/YAZ/. +<tag><tt>yaz-comp</tt></tag> The ASN.1 compiler for YAZ. Requires the +Tcl Shell, tclsh, in current path to work. + </descrip> If you wish to install <bf/YAZ/ in system directories such as /usr/local/bin, @@ -218,6 +217,17 @@ You probably need to have root access in order to perform this. You must specify the <tt>--prefix</tt> option for configure if you going to install in anything but /usr/local/. +If you wish to perform an un-installation of YAZ you use: + +<tscreen><verb> + make uninstall +</verb></tscreen> + +This will only work if you haven't reconfigured YAZ (and therefore +changed installation prefix). Note that uninstall will not +remove directories created by make install, e.g. +<tt>/usr/local/include/yaz</tt>. + <sect1>WIN32 <p>