[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/sitemgr/doc/ -> makedoc.sh (source)

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


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7