Parent Directory
|
Revision Log
patch together a new source package that will include both the images and the manual
| 1 | s| |\ |
| 2 | \ |
| 3 | |g |
| 4 | # all <para> to left margin on next line |
| 5 | s|^ *\(<para>.*\)|\ |
| 6 | \1| |
| 7 | s|^ *\(</para>.*\)|\1| |
| 8 | # sect's on next line, appropriate indent |
| 9 | s|^ *\(</*sect1.*\)|\ |
| 10 | \1| |
| 11 | s|^ *\(</*sect2.*\)|\ |
| 12 | \1| |
| 13 | s|^ *\(</*sect3.*\)|\ |
| 14 | \1| |
| 15 | s|^ *\(</*sect4.*\)|\ |
| 16 | \1| |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |