Diff for /loncom/build/buildHelp.sh between versions 1.1 and 1.5

version 1.1, 2002/07/17 13:54:24 version 1.5, 2003/06/05 13:14:50
Line 1 Line 1
 perl help_graphics_converter.pl  perl help_graphics_converter.pl
 cd ../../doc/help  cd ../../doc/help
 perl rebuildLabelHash.pl  perl rebuildLabelHash.pl
   
   # build author manual, with the current eps files
   perl render.texxml.pl -- author.manual ../../loncom/html/adm/help/eps/
   perl render.texxml.pl -- course.manual ../../loncom/html/adm/help/eps/
   
   # build on-line access to the manuals
   
   perl texxml2indextex.pl -- author.manual.texxml > author.manual.access.tex
   perl texxml2indextex.pl -- course.manual.texxml > course.manual.access.tex
   

Removed from v.1.1  
changed lines
  Added in v.1.5


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