summaryrefslogtreecommitdiffhomepage
path: root/tools/mk_htman.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mk_htman.py')
-rwxr-xr-xtools/mk_htman.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mk_htman.py b/tools/mk_htman.py
index e865f7c5..366cd732 100755
--- a/tools/mk_htman.py
+++ b/tools/mk_htman.py
@@ -28,7 +28,6 @@ if __name__ == "__main__":
print(f"ERROR: Manual file '{manual_path}' is empty.")
sys.exit(os.EX_DATAERR)
html_content = f"<html><head><title>NeKernel Manual: {manual_path}</title></head><body><pre>{content}</pre></body></html>"
-
html_path = manual_path.replace('.man', '.html')
with open(html_path, 'w') as html_file: