Skip to content

Commit

Permalink
Allow running documentation creation from another folder
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiecohen committed May 13, 2013
1 parent fa5b942 commit 34a9545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Documentation/Runme.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def create_page(orig_path, page_name, page_header):
else:
javaDocExe = 'javadoc'

javaSrc = os.path.join(scriptDir, '..', '..', 'Wrappers', 'java', 'OpenNI.java', 'src', 'org', 'openni')
javaSrc = os.path.join('..', '..', 'Wrappers', 'java', 'OpenNI.java', 'src', 'org', 'openni')

# workaround a strange linux behavior where you must pass the list of files
cmd = [javaDocExe, '-d', 'java']
Expand Down

0 comments on commit 34a9545

Please sign in to comment.