docs(generators): bake into cmake

This commit is contained in:
Lewis Russell
2023-08-17 11:14:58 +01:00
committed by Lewis Russell
parent 21152f7905
commit 2234b84a1b
7 changed files with 89 additions and 29 deletions

View File

@@ -1359,7 +1359,4 @@ if __name__ == "__main__":
else:
main(Doxyfile, args)
print('Running ./scripts/gen_eval_files.lua')
subprocess.call(['./scripts/gen_eval_files.lua'])
# vim: set ft=python ts=4 sw=4 tw=79 et :