Adjusted makedocs-web.sh for automatic documentation generation.

This commit is contained in:
zilti 2017-12-18 21:28:34 +00:00
parent 44727c818b
commit 9815f83013
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<div class="fossil-doc" data-title="Title Text">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This manual is for ClojureFX, version 0.4.0.
@ -403,3 +404,4 @@ Previous: <a href="#Roadmap" accesskey="p" rel="prev">Roadmap</a>, Up: <a href="
</body>
</html>
</div>

View File

@ -1,2 +1,10 @@
#!/bin/sh
cd docs
makeinfo --css-ref=datamash-texinfo.css --html --no-split manual.texinfo
echo '0a
<div class="fossil-doc" data-title="Title Text">
.
$a
</div>
.
w' | ed clojurefx.html