not using static path for program-output. instead setting the correct envirnment in conf.py.

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@635 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-11-08 17:09:41 +00:00
parent 27a3385f36
commit 52658259ba
9 changed files with 14 additions and 10 deletions

View File

@@ -109,13 +109,13 @@ mounted. The CCID Emulator is compatible with the unix driver libccid_ and the
windows smart card driver. To initialize PACE using the PC/SC API you need to
patch libccid and pcsc-lite (see directory patches).
.. program-output:: sh -c 'cd /home/fm/work/vsmartcard/ccid/src && ./ccid-emulator --help'
.. program-output:: ccid-emulator --help
cats-test can be used to test the PACE capabilities of a smart card reader with
PACE support (such as the CCID Emulator or any other "Standardleser" CAT-S or
"Komfortleser" CAT-C) via PC/SC.
.. program-output:: sh -c 'cd /home/fm/work/vsmartcard/ccid/src && ./cats-test'
.. program-output:: cats-test
.. include:: questions.rst

View File

@@ -109,13 +109,13 @@ mounted. The @PACKAGE_NAME@ is compatible with the unix driver libccid_ and the
windows smart card driver. To initialize PACE using the PC/SC API you need to
patch libccid and pcsc-lite (see directory patches).
.. program-output:: sh -c 'cd @abs_top_srcdir@/src && ./ccid-emulator --help'
.. program-output:: ccid-emulator --help
cats-test can be used to test the PACE capabilities of a smart card reader with
PACE support (such as the @PACKAGE_NAME@ or any other "Standardleser" CAT-S or
"Komfortleser" CAT-C) via PC/SC.
.. program-output:: sh -c 'cd @abs_top_srcdir@/src && ./cats-test'
.. program-output:: cats-test
.. include:: questions.rst