Diff for /loncom/build/buildHelp.sh between versions 1.3 and 1.4

version 1.3, 2002/08/09 14:48:31 version 1.4, 2002/12/13 18:46:18
Line 5  perl rebuildLabelHash.pl Line 5  perl rebuildLabelHash.pl
 # build author manual, with the current eps files  # build author manual, with the current eps files
 perl render.texxml.pl -- author.manual ../../loncom/html/adm/help/eps/  perl render.texxml.pl -- author.manual ../../loncom/html/adm/help/eps/
 perl render.texxml.pl -- course.manual ../../loncom/html/adm/help/eps/  perl render.texxml.pl -- course.manual ../../loncom/html/adm/help/eps/
   perl render.texxml.pl -- course.instructor ../../loncom/html/adm/help/eps/
   
 # build on-line access to the manuals  # build on-line access to the manuals
   
 perl texxml2indextex.pl -- author.manual.texxml > author.manual.access.tex  perl texxml2indextex.pl -- author.manual.texxml > author.manual.access.tex
 perl texxml2indextex.pl -- course.manual.texxml > course.manual.access.tex  perl texxml2indextex.pl -- course.manual.texxml > course.manual.access.tex
   perl texxml2indextex.pl -- course.instructor.texxml > course.instructor.access.tex
   

Removed from v.1.3  
changed lines
  Added in v.1.4


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