Parent Directory
|
Revision Log
patch together a new source package that will include both the images and the manual
| 1 | #!/bin/sh |
| 2 | |
| 3 | # feed it sgml and it coughs up xml, pretty rough though. |
| 4 | |
| 5 | sgmlnorm -mn $1 | sed -f 2xml2 > tmp.xml |
| 6 | |
| 7 | sed '/<\/para>/{:a;N;/<para>/!ba;s/<\/para>\n*<para>/<\/para><para>/;}' tmp.xml | less |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |