/[d-i]/trunk/installer/doc/manual/2xml
ViewVC logotype

Contents of /trunk/installer/doc/manual/2xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11648 - (show annotations) (download)
Mon Mar 22 00:37:46 2004 UTC (9 years, 2 months ago) by joeyh
File size: 198 byte(s)
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

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5