File:  [LON-CAPA] / loncom / build / buildHelp.sh
Revision 1.8: download - view: text, annotated - select for diffs
Thu Mar 20 17:00:33 2008 UTC (16 years, 2 months ago) by www
Branches: MAIN
CVS tags: HEAD
Starting into writing a Domain Coordinator manual. Currently, it's not being
built yet.

    1: perl help_graphics_converter.pl
    2: cd ../../doc/help
    3: perl rebuildLabelHash.pl
    4: if [ $? -ne 0 ]; then
    5:     exit -1
    6: fi
    7: 
    8: 
    9: # build author manual, with the current eps files
   10: perl render.texxml.pl -- author.manual  ../../loncom/html/adm/help/eps/ $1
   11: perl render.texxml.pl -- course.manual  ../../loncom/html/adm/help/eps/ $1
   12: perl render.texxml.pl -- domain.manual  ../../loncom/html/adm/help/eps/ $1
   13: 
   14: #perl render.texxml.pl -- developer.manual  ../../loncom/html/adm/help/eps/ $1
   15: 
   16: # build on-line access to the manuals
   17: 
   18: perl texxml2indextex.pl -- author.manual.texxml > author.manual.access.tex
   19: perl texxml2indextex.pl -- course.manual.texxml > course.manual.access.tex
   20: perl texxml2indextex.pl -- domain.manual.texxml > course.manual.access.tex
   21: 
   22: #perl texxml2indextex.pl -- developer.manual.texxml > developer.manual.access.tex
   23: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>