From a83edd470077139411f5cf2cb6f0def5dc62237c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 31 Dec 2013 03:11:18 +0000 Subject: Upload doxygen documentation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5236 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wscript b/wscript index 75c76fa5..bed10e2a 100644 --- a/wscript +++ b/wscript @@ -206,6 +206,8 @@ def lint(ctx): def upload_docs(ctx): import shutil + + # Ontology documentation specgendir = '/usr/local/share/lv2specgen/' shutil.copy(specgendir + 'style.css', 'build') os.system('lv2specgen.py --list-email=ingen@drobilla.net --list-page=http://lists.drobilla.net/listinfo.cgi/ingen-drobilla.net bundles/ingen.lv2/ingen.ttl %s style.css build/ingen.html' % specgendir) @@ -213,6 +215,10 @@ def upload_docs(ctx): os.system('rsync -avz -e ssh build/ingen.html drobilla@drobilla.net:~/drobilla.net/ns/') os.system('rsync -avz -e ssh %s/style.css drobilla@drobilla.net:~/drobilla.net/ns/' % specgendir) + # Doxygen documentation + os.system('rsync -ravz --delete -e ssh build/doc/html/* drobilla@drobilla.net:~/drobilla.net/docs/ingen/') + + def test(ctx): os.environ['PATH'] = 'tests' + os.pathsep + os.getenv('PATH') os.environ['LD_LIBRARY_PATH'] = os.path.join('src') -- cgit v1.2.1