Diff for /loncom/build/buildHelp.sh between versions 1.7 and 1.8

version 1.7, 2007/08/07 21:03:52 version 1.8, 2008/03/20 17:00:33
Line 9  fi Line 9  fi
 # 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/ $1  perl render.texxml.pl -- author.manual  ../../loncom/html/adm/help/eps/ $1
 perl render.texxml.pl -- course.manual  ../../loncom/html/adm/help/eps/ $1  perl render.texxml.pl -- course.manual  ../../loncom/html/adm/help/eps/ $1
   perl render.texxml.pl -- domain.manual  ../../loncom/html/adm/help/eps/ $1
   
 #perl render.texxml.pl -- developer.manual  ../../loncom/html/adm/help/eps/ $1  #perl render.texxml.pl -- developer.manual  ../../loncom/html/adm/help/eps/ $1
   
 # 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 -- domain.manual.texxml > course.manual.access.tex
   
 #perl texxml2indextex.pl -- developer.manual.texxml > developer.manual.access.tex  #perl texxml2indextex.pl -- developer.manual.texxml > developer.manual.access.tex
   

Removed from v.1.7  
changed lines
  Added in v.1.8


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