Differences From Artifact [3852b5f454]:
- Executable file build/update-wiki — part of check-in [e7fa8416e1] at 2014-02-07 21:51:47 on branch trunk — Updated wiki HTML page (user: rkeene, size: 222) [annotate] [blame] [check-ins using]
To Artifact [c28ecbfa9f]:
- Executable file build/update-wiki — part of check-in [886950f4f2] at 2014-02-08 02:32:41 on branch trunk — Updated wiki man page formatting (user: rkeene, size: 243) [annotate] [blame] [check-ins using]
1 2 | #! /bin/bash | > > | > | 1 2 3 4 5 6 | #! /bin/bash ( echo '<H2>NAME</H2>' man2html -r filed.1 | sed '0,/<H2>NAME<\/H2>/ d;/<H2>Index<\/H2>/,$ d;s@<A HREF="../index.html">Return to Main Contents</A>@@;s@\[@\[@;s@\]@\]@' | sed '$ d;/^ *$/ d' ) | fossil wiki commit Manual |