only refresh documentation if needed

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@605 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-11-01 20:35:30 +00:00
parent c7761d5571
commit 91896cce95
6 changed files with 25 additions and 13 deletions

View File

@@ -14,10 +14,10 @@
import sys, os, breathe
from sphinxcontrib.doxylink import doxylink
os.system("make doc -C npa >/dev/null")
os.system("make doc -C virtualsmartcard >/dev/null")
os.system("make doc -C ccid >/dev/null")
os.system("make doc -C pcsc-relay >/dev/null")
os.system("make doc -C npa")
os.system("make doc -C virtualsmartcard")
os.system("make doc -C ccid")
os.system("make doc -C pcsc-relay")
# 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