From 692aa315599e6ce9dfb5e787b3b2b97e4064d291 Mon Sep 17 00:00:00 2001 From: aj Date: Mon, 17 Nov 2003 14:52:03 +0000 Subject: [PATCH] fixed "version>" to "version<" in xml file (html file was already fixed by tidy, no change necessary). git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1607 c6295689-39f2-0310-b995-f0e70906c6a9 --- docs/opensc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/opensc.xml b/docs/opensc.xml index be10627d..13ba3c7c 100644 --- a/docs/opensc.xml +++ b/docs/opensc.xml @@ -299,7 +299,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA location where PC/SC Lite is installed like this: -$ cd opensc-<version> +$ cd opensc-<version> $ ./configure --with-pcsclite=/path/to/pcsclite @@ -338,7 +338,7 @@ $ ./configure --with-pcsclite=/path/to/pcsclite the location where OpenCT is installed like this: -$ cd opensc-<version> +$ cd opensc-<version> $ ./configure --with-openct=/path/to/openct @@ -360,7 +360,7 @@ $ ./configure --with-openct=/path/to/openct If you still want to use OpenSC with Usbtoken, please configure OpenSC like this: -$ cd opensc-<version> +$ cd opensc-<version> $ ./configure --enable-usbtoken