using a dedicated folder for documentation in each subproject

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@587 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-10-27 19:07:16 +00:00
parent ebfb023658
commit ef367778a4
36 changed files with 230 additions and 217 deletions

View File

@@ -216,7 +216,7 @@ man_pages = [
[u'Dominik Oepen, Frank Morgner'], 1)
]
os.system("make doc -C ../npa/ >/dev/null && touch npaapi.rst")
breathe_projects = {"npa": "doxygen/npa/xml"}
os.system("cd npa && make doc >/dev/null && touch api.rst")
breathe_projects = {"npa": "npa/xml"}
breathe_default_project = "npa"
doxylink = { 'npa' : ('doxygen/npa/npa.tag', '_static/doxygen-npa/'), }
doxylink = { 'npa' : ('npa/npa.tag', '_static/doxygen-npa/'), }