Adjusted makedocs-web.sh for automatic documentation generation.
This commit is contained in:
parent
44727c818b
commit
9815f83013
2 changed files with 10 additions and 0 deletions
|
@ -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">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<!-- This manual is for ClojureFX, version 0.4.0.
|
<!-- 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
</div>
|
||||||
|
|
|
@ -1,2 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
cd docs
|
||||||
makeinfo --css-ref=datamash-texinfo.css --html --no-split manual.texinfo
|
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
|
||||||
|
|
Loading…
Reference in a new issue