Adjust parameters of jsdoc-call in build.py.

The `src`-directory is no longer defined on the commmandline
and the `index.md` as explicit source file is now the first
argument.
This commit is contained in:
Marc Jansen
2014-03-06 16:08:46 +01:00
parent 32524d186a
commit 4107b140a6

View File

@@ -625,7 +625,7 @@ virtual('apidoc', 'build/jsdoc-%(BRANCH)s-timestamp' % vars(variables))
'build/src/external/src/exports.js', SRC, SHADER_SRC,
ifind('apidoc/template'))
def jsdoc_BRANCH_timestamp(t):
t.run('%(JSDOC)s', '-c', 'apidoc/conf.json', 'src', 'apidoc/index.md',
t.run('%(JSDOC)s', 'apidoc/index.md', '-c', 'apidoc/conf.json',
'-d', 'build/hosted/%(BRANCH)s/apidoc')
t.touch()