summaryrefslogtreecommitdiff
path: root/jarmonbuild
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-08-22 14:32:08 +0100
committerRichard Wall <richard@aziz>2010-08-22 14:32:08 +0100
commit8e973280259e070c287503d5636fe7d2e61d2f98 (patch)
tree6abb59b9175e17ec58f301d99426c682cbae6d9a /jarmonbuild
parenta8dda6336615028fc08e0833700cded8cd2544dc (diff)
move jarmon.js into a subfolder so that we can point yuidoc at only that file
Diffstat (limited to 'jarmonbuild')
-rw-r--r--jarmonbuild/commands.py2
1 files changed, 1 insertions, 1 deletions
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' % (