--- scripts/gendocs.py.orig 2018-10-08 10:09:52.000000000 -0400
+++ scripts/gendocs.py 2018-10-08 10:09:59.000000000 -0400
-os.system("dot -Tpng docs/depgraph.dot > docs/depgraph.png")
+#os.system("dot -Tpng docs/depgraph.dot > docs/depgraph.png")
root.nodes += [ParseFile(Node("Function Reference"), "src/base.lua").Sorted()]
root.nodes += [ParseFile(Node("Tool Reference"), "src/tools.lua").Sorted()]
root.nodes += [ParseTextFile(Node("Quirks"), "docs/quirks.txt")]
-root.nodes += [ParseTextFile(Node("License"), "license.txt", True)]
+#root.nodes += [ParseTextFile(Node("License"), "license.txt", True)]
#notes.nodes +=[Node("C/C++ Dependency Checker")]
#notes.nodes +=[Node("Spaces in Paths")]