- 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,7 +10,7 @@ do_subst = sed \
|
||||
-e 's,[@]OPENSC_LIBS[@],$(OPENSC_LIBS),g' \
|
||||
-e 's,[@]top_srcdir[@],$(top_srcdir),g'
|
||||
|
||||
EXTRA_DIST = README.rst Doxyfile.in example.c autotools.rst.in
|
||||
EXTRA_DIST = README.rst Doxyfile.in example.c autotools.rst.in questions.rst.in
|
||||
|
||||
.PHONY: doc
|
||||
doc:
|
||||
@@ -18,6 +18,7 @@ doc:
|
||||
$(DOXYGEN) Doxyfile
|
||||
touch api.rst
|
||||
$(do_subst) < autotools.rst.in > autotools.rst
|
||||
$(do_subst) < questions.rst.in > questions.rst
|
||||
|
||||
clean-local:
|
||||
rm -f Doxyfile autotools.rst
|
||||
rm -f Doxyfile autotools.rst questions.rst
|
||||
|
||||
@@ -31,10 +31,6 @@ APDUs inside a secure messaging channel established with PACE.
|
||||
|
||||
.. _npa-install:
|
||||
|
||||
============
|
||||
Installation
|
||||
============
|
||||
|
||||
.. include:: autotools.rst
|
||||
|
||||
npa has the following dependencies:
|
||||
@@ -93,6 +89,7 @@ configure npa to use it::
|
||||
|
||||
./configure OPENSC_LIBS="-L$PREFIX/lib -lopensc"
|
||||
|
||||
|
||||
.. _npa-usage:
|
||||
|
||||
=====
|
||||
@@ -135,10 +132,5 @@ Alternatively you can specify libraries and flags by hand::
|
||||
-I$PREFIX/include \
|
||||
-L$PREFIX/lib -lcrypto -lnpa -lopensc"
|
||||
|
||||
=========
|
||||
Questions
|
||||
=========
|
||||
|
||||
For questions, please use http://sourceforge.net/projects/vsmartcard/support
|
||||
|
||||
|
||||
.. include:: questions.rst
|
||||
|
||||
1
npa/doc/questions.rst.in
Symbolic link
1
npa/doc/questions.rst.in
Symbolic link
@@ -0,0 +1 @@
|
||||
../../doc/questions.rst.in
|
||||
Reference in New Issue
Block a user