more autotool magic
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@599 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -15,7 +15,7 @@ do_subst = sed \
|
||||
-e 's,[@]OPENSC_LIBS[@],$(OPENSC_LIBS),g' \
|
||||
-e 's,[@]top_srcdir[@],$(top_srcdir),g'
|
||||
|
||||
EXTRA_DIST = README.rst autotools.rst.in questions.rst.in autotools.rst questions.rst
|
||||
EXTRA_DIST = README.rst.in README.rst autotools.rst.in questions.rst.in autotools.rst questions.rst
|
||||
|
||||
dist_noinst_SCRIPTS = generate_modules.py
|
||||
|
||||
@@ -23,4 +23,5 @@ dist_noinst_SCRIPTS = generate_modules.py
|
||||
doc:
|
||||
$(do_subst) < autotools.rst.in > autotools.rst
|
||||
$(do_subst) < questions.rst.in > questions.rst
|
||||
$(do_subst) < README.rst.in > README.rst
|
||||
./generate_modules.py $(top_srcdir)/src/vpicc --dest-dir=api --suffix=rst --no-toc -1
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
.. |vpcd| replace:: :abbr:`vpcd (virtual smart card reader)`
|
||||
|
||||
|
||||
******************
|
||||
Virtual Smart Card
|
||||
******************
|
||||
********************************************************************************
|
||||
@PACKAGE_NAME@
|
||||
********************************************************************************
|
||||
|
||||
:Authors:
|
||||
- Frank Morgner <morgner@informatik.hu-berlin.de>
|
||||
@@ -26,7 +26,7 @@ Virtual Smart Card
|
||||
- Linux (Debian, Ubuntu, OpenMoko)
|
||||
- Windows (only |vpicc|, not |vpcd|)
|
||||
|
||||
Welcome to virtualsmartcard. The purpose of virtualsmartcard is to emulate a
|
||||
Welcome to the @PACKAGE_NAME@. The purpose of the @PACKAGE_NAME@ is to emulate a
|
||||
smart card and make it accessible through PCSC. Currently the virtual smart
|
||||
card supports almost all commands of ISO-7816 including secure messaging.
|
||||
Besides a plain ISO-7816 smart card it is also possible to emulate a German
|
||||
@@ -55,9 +55,9 @@ The |vpcd| has the following dependencies:
|
||||
- PCSC-Lite_
|
||||
|
||||
|
||||
========================
|
||||
Running virtualsmartcard
|
||||
========================
|
||||
================================================================================
|
||||
Running the @PACKAGE_NAME@
|
||||
================================================================================
|
||||
|
||||
First you need to make sure that pcscd loads the |vpcd|. You might need to run
|
||||
:command:`update-reader.conf` to update pcscd's configuration file. Then
|
||||
Reference in New Issue
Block a user