- 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:
frankmorgner
2011-10-29 21:17:04 +00:00
parent 57ea93fae3
commit cc1624cc77
16 changed files with 46 additions and 47 deletions

View File

@@ -12,14 +12,15 @@ 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
dist_noinst_SCRIPTS = generate_modules.py
.PHONY: doc
doc:
$(do_subst) < autotools.rst.in > autotools.rst
$(do_subst) < questions.rst.in > questions.rst
./generate_modules.py $(top_srcdir)/src/vpicc --dest-dir=api --suffix=rst --no-toc -1
clean-local:
rm -rf api/* autotools.rst
rm -rf api/* autotools.rst questions.rst

View File

@@ -39,10 +39,6 @@ port 35963. The file :file:`utils.py` was taken from Henryk Plötz's
cyberflex-shell_.
------------
Installation
------------
.. include:: autotools.rst
Depending on your usage of the |vpicc| you might or might not need
@@ -59,9 +55,9 @@ The |vpcd| has the following dependencies:
- PCSC-Lite_
------------------------
========================
Running virtualsmartcard
------------------------
========================
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
@@ -76,7 +72,4 @@ PC/SC API via |vpcd|/pcscd. You can use the opensc-explorer or pcsc_scan to test
that.
Question
---------
For questions, please use http://sourceforge.net/projects/vsmartcard/support
.. include:: questions.rst

View File

@@ -0,0 +1 @@
../../doc/questions.rst.in