From 359bc6038dcd9195b242f1c6ea2946c103734b1d Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Wed, 11 Apr 2012 20:58:42 +0000 Subject: [PATCH] released 2012-04-11 git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@765 96b47cad-a561-4643-ad3b-153ac7d7599c --- doc/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 144851b..c630040 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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.