Update tutorial building

This commit is contained in:
Alex Harker
2020-04-22 18:07:54 +01:00
parent 551088ef7e
commit 492e953754
4 changed files with 6 additions and 8 deletions
@@ -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&#10;python3 ${SRCROOT}/Documentation/Max\ Documentation/_create_tmp.py&#10;python3 ${SRCROOT}/Documentation/Max\ Documentation/0_generate_Max_Object_list.h.py&#10;">
scriptText = "#!/bin/sh&#10;python3 ${SRCROOT}/Documentation/Max\ Documentation/0_generate_Max_Object_list.h.py&#10;">
<EnvironmentBuildable>
<BuildableReference
BuildableIdentifier = "primary"