- worked around warnings of sphinx
- using generic file for questions for all subprojects git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@595 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -10,11 +10,12 @@ do_subst = sed \
|
||||
-e 's,[@]OPENSC_LIBS[@],$(OPENSC_LIBS),g' \
|
||||
-e 's,[@]top_srcdir[@],$(top_srcdir),g'
|
||||
|
||||
EXTRA_DIST = README.rst autotools.rst.in
|
||||
EXTRA_DIST = README.rst autotools.rst.in questions.rst.in
|
||||
|
||||
.PHONY: doc
|
||||
doc:
|
||||
$(do_subst) < autotools.rst.in > autotools.rst
|
||||
$(do_subst) < questions.rst.in > questions.rst
|
||||
|
||||
clean-local:
|
||||
rm -f autotools.rst
|
||||
rm -f autotools.rst questions.rst
|
||||
|
||||
@@ -22,10 +22,6 @@ can use this program in combination with the virtual smart card to emulate a
|
||||
ISO/IEC 14443 smart card.
|
||||
|
||||
|
||||
============
|
||||
Installation
|
||||
============
|
||||
|
||||
.. include:: autotools.rst
|
||||
|
||||
pcsc-relay has the following dependencies:
|
||||
@@ -69,8 +65,4 @@ Winscard module. Microsoft's developement environment Visual Studio includes
|
||||
all necessary data for building pcsc-relay.
|
||||
|
||||
|
||||
=========
|
||||
Questions
|
||||
=========
|
||||
|
||||
For questions, please use http://sourceforge.net/projects/vsmartcard/support
|
||||
.. include:: questions.rst
|
||||
|
||||
1
pcsc-relay/doc/questions.rst.in
Symbolic link
1
pcsc-relay/doc/questions.rst.in
Symbolic link
@@ -0,0 +1 @@
|
||||
../../doc/questions.rst.in
|
||||
Reference in New Issue
Block a user