not using static path for program-output. instead setting the correct envirnment in conf.py.

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@635 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-11-08 17:09:41 +00:00
parent 27a3385f36
commit 52658259ba
9 changed files with 14 additions and 10 deletions

View File

@@ -19,6 +19,10 @@ 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')
# 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
# documentation root, use os.path.abspath to make it absolute, like shown here.