aboutsummaryrefslogtreecommitdiff
path: root/docs/gen/doc.m4
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-11-19 12:38:09 +0100
committerlonkaars <loek@pipeframe.xyz>2022-11-19 12:38:09 +0100
commit0db6d0616bd4a9730b68e22f29fc76232981cc88 (patch)
treeb2c058139508f90a1e3126249dcdcb9629961696 /docs/gen/doc.m4
parente47b1ddefa9989594bb81bd872b88c085cd777bc (diff)
more WIP doc generation
Diffstat (limited to 'docs/gen/doc.m4')
-rw-r--r--docs/gen/doc.m412
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/gen/doc.m4 b/docs/gen/doc.m4
new file mode 100644
index 0000000..3ad8009
--- /dev/null
+++ b/docs/gen/doc.m4
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<link>
+ <meta charset='utf-8'>
+ <style>undivert(`gen/style.css')</style>
+ <script>undivert(`gen/paged.polyfill.js')</script>
+</head>
+<body>
+ undivert(NAME`.toc')
+ undivert(NAME`.con')
+</body>
+</html>