updated documentation
This commit is contained in:
@@ -16,11 +16,12 @@ do_subst = $(SED) \
|
||||
-e 's,[@]abs_top_srcdir[@],$(abs_top_srcdir),g' \
|
||||
-e 's,[@]top_srcdir[@],$(top_srcdir),g'
|
||||
|
||||
EXTRA_DIST = README.rst.in 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 download.rst.in download.rst
|
||||
|
||||
doc: *.in
|
||||
$(do_subst) < autotools.rst.in > autotools.rst
|
||||
$(do_subst) < questions.rst.in > questions.rst
|
||||
$(do_subst) < download.rst.in > download.rst
|
||||
$(do_subst) < README.rst.in > README.rst
|
||||
touch doc
|
||||
|
||||
|
||||
@@ -41,6 +41,9 @@ emulate an ISO/IEC 14443 smart card.
|
||||
but it generally concerns *all* contact-less smart cards.
|
||||
|
||||
|
||||
.. include:: download.rst
|
||||
|
||||
|
||||
.. include:: autotools.rst
|
||||
|
||||
PC/SC Relay has the following dependencies:
|
||||
|
||||
@@ -41,6 +41,9 @@ emulate an ISO/IEC 14443 smart card.
|
||||
but it generally concerns *all* contact-less smart cards.
|
||||
|
||||
|
||||
.. include:: download.rst
|
||||
|
||||
|
||||
.. include:: autotools.rst
|
||||
|
||||
@PACKAGE_NAME@ has the following dependencies:
|
||||
|
||||
12
pcsc-relay/doc/download.rst
Normal file
12
pcsc-relay/doc/download.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
.. highlight:: sh
|
||||
|
||||
===============================================================================
|
||||
Download
|
||||
===============================================================================
|
||||
|
||||
You can find the latest release of PC/SC Relay `here
|
||||
<http://sourceforge.net/projects/vsmartcard/files>`_.
|
||||
|
||||
Alternatively, you can clone our git repository::
|
||||
|
||||
git clone git://vsmartcard.git.sourceforge.net/gitroot/vsmartcard/vsmartcard
|
||||
Reference in New Issue
Block a user