cleanup
This commit is contained in:
parent
2a4b4ea6e6
commit
08478798f1
1 changed files with 0 additions and 1 deletions
|
|
@ -139,7 +139,6 @@ run_command("find", dirname, "-name", "autom4te.cache", "-exec", "rm", "-rf", "{
|
|||
|
||||
# Build documentation
|
||||
print("Building html documentation")
|
||||
# os.system("cd " + dirname + "/Doc/Manual && make all clean-baks") == 0 or failed()
|
||||
docpath = os.path.join(dirpath, "Doc", "Manual")
|
||||
run_command("make", "all", "clean-baks", cwd=docpath) == 0 or failed()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue