Skip to content

Commit

Permalink
run make for jskeus
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 3, 2015
1 parent dad29fa commit ef6cc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
# euslisp
if local_name == "jskeus":
doc_dir=os.path.join('jskeus', 'doc');
subprocess.call(['make', 'eus'], cwd='jskeus')
subprocess.call(['make'], cwd='jskeus')
subprocess.call(['make', 'html'], cwd=doc_dir)
build_dir = os.path.join('_build', 'html', 'jskeus', 'doc', 'html')
if not os.path.exists(build_dir):
Expand Down

0 comments on commit ef6cc92

Please sign in to comment.