diff options
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | jarmon/jarmon.js (renamed from jarmon.js) | 0 | ||||
-rw-r--r-- | jarmonbuild/commands.py | 2 |
3 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ <script type="text/javascript" src="assets/js/dependencies.js"></script> - <script type="text/javascript" src="jarmon.js"></script> + <script type="text/javascript" src="jarmon/jarmon.js"></script> <script type="text/javascript" src="docs/jarmon_example_recipes.js"></script> <script type="text/javascript"> // Recipes for the charts on this page diff --git a/jarmon.js b/jarmon/jarmon.js index 44c4dad..44c4dad 100644 --- a/jarmon.js +++ b/jarmon/jarmon.js diff --git a/jarmonbuild/commands.py b/jarmonbuild/commands.py index 2e38382..addfcd5 100644 --- a/jarmonbuild/commands.py +++ b/jarmonbuild/commands.py @@ -107,7 +107,7 @@ class BuildApidocsCommand(BuildCommand): check_call(( sys.executable, os.path.join(yuidoc_dir, 'bin', 'yuidoc.py'), - workingbranch_dir, + os.path.join(workingbranch_dir, 'jarmon'), '--parseroutdir=%s' % ( os.path.join(build_dir, 'docs', 'apidocs'),), '--outputdir=%s' % ( |