[#124,refactor,view][s]: ([m] in effect) rename DataExplorer view to MultiView and split contents view.js into separate files - fixes #124.

This commit is contained in:
Rufus Pollock
2012-05-31 21:36:52 +01:00
parent c1c1881660
commit 53327a7a1e
10 changed files with 275 additions and 25 deletions

2
make
View File

@@ -13,7 +13,7 @@ def docs():
print("** Building docs")
docco_executable = os.environ.get('DOCCO_EXECUTABLE','docco')
cmd = '%s src/model.js src/view.js src/view-grid.js src/view-graph.js src/view-map.js' % (docco_executable)
cmd = '%s src/*.js' % (docco_executable)
os.system(cmd)
if os.path.exists('/tmp/recline-docs'):
shutil.rmtree('/tmp/recline-docs')