From 8e973280259e070c287503d5636fe7d2e61d2f98 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sun, 22 Aug 2010 14:32:08 +0100 Subject: move jarmon.js into a subfolder so that we can point yuidoc at only that file --- jarmonbuild/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jarmonbuild') 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' % ( -- cgit v1.2.3-54-g00ecf