Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > c9e097a2ec44f706cc034e0063b80450 > files > 4

egroupware-sitemgr-1.2.107-4mdv2010.0.noarch.rpm

# this scripts helps make the documentation in html ps and pds
# the sed scripts is there to counter a bug in docbook export of Lyx
set -x
db2html --nochunks sitemgr.sgml | sed 's/<\/LISTITEM><\/LISTITEM>/<\/LISTITEM>/g
s/&lcub;/<b>/g
s/&rcub;/<\/b>/g
s/&dollar;/$/g
s/&lsqb;/{/g
s/&rsqb;/}/g' > sitemgr.html
tidy -m sitemgr.html
rm -rf sitemgr
exit
db2dvi sitemgr.sgml
dvips -o sitemgr.ps sitemgr.dvi
ps2pdf sitemgr.ps