Parent Directory
|
Revision Log
installer/doc/manual: Set svn:keywords to "Id".
| 1 | toff | 3219 | #!/bin/sh |
| 2 | toff | 3222 | |
| 3 | # feed it sgml and it coughs up xml, pretty rough though. | ||
| 4 | |||
| 5 | toff | 5444 | sgmlnorm -mn $1 | sed -f 2xml2 > tmp.xml |
| 6 | toff | 3222 | |
| 7 | toff | 5444 | sed '/<\/para>/{:a;N;/<para>/!ba;s/<\/para>\n*<para>/<\/para><para>/;}' tmp.xml | less |
| Name | Value |
|---|---|
| svn:executable | * |
| svn:keywords | Id |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |