[docs/src][s]: build latest.

This commit is contained in:
Rufus Pollock
2012-06-26 20:50:06 +01:00
parent c1bff3820e
commit 11b37e92f7
18 changed files with 1785 additions and 2071 deletions

2
make
View File

@@ -20,7 +20,7 @@ def docs():
shutil.rmtree('/tmp/recline-docs')
os.makedirs('/tmp/recline-docs')
files = '%s/src/*.js' % os.getcwd()
dest = '%s/docs/source' % os.getcwd()
dest = '%s/docs/src' % os.getcwd()
os.system('cd /tmp/recline-docs && %s %s && mv docs/* %s' % (docco_executable,files, dest))
print("** Docs built ok")