summaryrefslogtreecommitdiffhomepage
path: root/tools/mk_htman.py
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 08:55:19 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 08:55:19 -0500
commit190de2472aca200d33dea42d3a7e839a697dd02e (patch)
tree1cfbec9b9c2477b4cd3b160f5fdae3ba373c9189 /tools/mk_htman.py
parentd88e68dab4518017e09709a325eb6259b1154b6e (diff)
chore: tools: improved tooling and security in chk.hefs, and mkfs.hefs.
chore: update README. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
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: