Skip to content

Commit

Permalink
Builder|Fixed: Incorrect cwd for Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 16, 2012
1 parent c6dceec commit a327e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/autobuild.py
Expand Up @@ -260,8 +260,8 @@ def system_command(cmd):

def generate_apidoc():
"""Run Doxygen to generate all API documentation."""
os.chdir(os.path.join(builder.config.DISTRIB_DIR, '../doomsday/engine'))
git_pull()
os.chdir(os.path.join(builder.config.DISTRIB_DIR, '../doomsday/engine'))

print "\n-=-=- PUBLIC API DOCS -=-=-"
system_command('doxygen api.doxy >/dev/null')
Expand Down

0 comments on commit a327e58

Please sign in to comment.