Update tutorial building
This commit is contained in:
@@ -10,4 +10,4 @@
|
||||
9, _10_contexts.maxpat;
|
||||
10, _11_NRT_Mode.maxpat;
|
||||
11, _12_Threading.maxpat;
|
||||
12, _13_Export.maxpat;
|
||||
12, _13_export.maxpat;
|
||||
|
||||
@@ -133,5 +133,3 @@ def main():
|
||||
for line in xml:
|
||||
final_file.write(line)
|
||||
final_file.close()
|
||||
|
||||
main()
|
||||
@@ -65,9 +65,9 @@ def main():
|
||||
hyp()
|
||||
|
||||
# # Deletes all temporay files and cleans up process
|
||||
# print("9. Cleaning up")
|
||||
# cleanup.main()
|
||||
# hyp()
|
||||
print("9. Cleaning up")
|
||||
cleanup.main()
|
||||
hyp()
|
||||
|
||||
# Creates the templates for each help file.
|
||||
# This is an outer shell containing generic information and framework to be filled in
|
||||
@@ -84,4 +84,4 @@ def main():
|
||||
print("Completed all python scripts.")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
|
||||
<ActionContent
|
||||
title = "Run Script"
|
||||
scriptText = "#!/bin/sh python3 ${SRCROOT}/Documentation/Max\ Documentation/_create_tmp.py python3 ${SRCROOT}/Documentation/Max\ Documentation/0_generate_Max_Object_list.h.py ">
|
||||
scriptText = "#!/bin/sh python3 ${SRCROOT}/Documentation/Max\ Documentation/0_generate_Max_Object_list.h.py ">
|
||||
<EnvironmentBuildable>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
|
||||
Reference in New Issue
Block a user