File:  [LON-CAPA] / loncom / build / buildHelp.sh
Revision 1.3: download - view: text, annotated - select for diffs
Fri Aug 9 14:48:31 2002 UTC (21 years, 10 months ago) by bowersj2
Branches: MAIN
CVS tags: version_0_6_2, version_0_6, version_0_5_1, version_0_5, HEAD
This should be all the help information necessary for the next stable
release.

    1: perl help_graphics_converter.pl
    2: cd ../../doc/help
    3: perl rebuildLabelHash.pl
    4: 
    5: # build author manual, with the current eps files
    6: perl render.texxml.pl -- author.manual ../../loncom/html/adm/help/eps/
    7: perl render.texxml.pl -- course.manual ../../loncom/html/adm/help/eps/
    8: 
    9: # build on-line access to the manuals
   10: 
   11: perl texxml2indextex.pl -- author.manual.texxml > author.manual.access.tex
   12: perl texxml2indextex.pl -- course.manual.texxml > course.manual.access.tex
   13: 

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