Add message to run make clean before make html

This commit is contained in:
IvanaH8
2021-05-20 14:59:49 +02:00
parent 7914c01099
commit e61cacf5e8

View File

@@ -84,6 +84,9 @@ class ScopeTableGenerator:
with open(filename, 'w') as f: with open(filename, 'w') as f:
f.write(content) f.write(content)
print(f"Generated {filename}.") print(f"Generated {filename}.")
print(
"Run 'make clean' before 'make html' to ensure the built scopes.html contains latest scope table changes."
)
def main(): def main():