released 2012-04-11

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@765 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-04-11 20:58:42 +00:00
parent 3bc1486bf9
commit 359bc6038d

View File

@@ -19,9 +19,9 @@ os.system("make doc -C virtualsmartcard")
os.system("make doc -C ccid")
os.system("make doc -C pcsc-relay")
os.environ['PATH'] += os.pathsep + os.path.abspath('../npa/src')
os.environ['PATH'] += os.pathsep + os.path.abspath('../pcsc-relay/src')
os.environ['PATH'] += os.pathsep + os.path.abspath('../virtualsmartcard/src/vpicc')
os.environ['PATH'] = os.path.abspath('../npa/src') + os.pathsep + os.environ['PATH']
os.environ['PATH'] = os.path.abspath('../pcsc-relay/src') + os.pathsep + os.environ['PATH']
os.environ['PATH'] = os.path.abspath('../virtualsmartcard/src/vpicc') + os.pathsep + os.environ['PATH']
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -51,7 +51,7 @@ master_doc = 'index'
# General information about the project.
project = u'Virtual Smart Card Architecture'
copyright = u'2011, Dominik Oepen, Frank Morgner'
copyright = u'2009-2012 by Dominik Oepen and Frank Morgner'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -60,7 +60,7 @@ copyright = u'2011, Dominik Oepen, Frank Morgner'
# The short X.Y version.
#version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '2011-05-20'
release = '2012-04-11'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.