Makefile: let make html depend on generated metrics.rst

This commit is contained in:
Erik Sundell
2020-10-01 10:07:14 +02:00
parent b194135a0f
commit e15b6ad52e
4 changed files with 7 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ class Generator:
content = f"{title}\n{underline}\n{writer.dumps()}"
with open(filename, 'w') as f:
f.write(content)
print(f"Generated {filename}.")
def main():