Annotation of loncom/build/buildHelp.sh, revision 1.7

1.1       bowersj2    1: perl help_graphics_converter.pl
                      2: cd ../../doc/help
                      3: perl rebuildLabelHash.pl
1.7     ! albertel    4: if [ $? -ne 0 ]; then
        !             5:     exit -1
        !             6: fi
        !             7: 
1.2       bowersj2    8: 
                      9: # build author manual, with the current eps files
1.6       albertel   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
1.7     ! albertel   12: #perl render.texxml.pl -- developer.manual  ../../loncom/html/adm/help/eps/ $1
1.3       bowersj2   13: 
                     14: # build on-line access to the manuals
                     15: 
                     16: perl texxml2indextex.pl -- author.manual.texxml > author.manual.access.tex
                     17: perl texxml2indextex.pl -- course.manual.texxml > course.manual.access.tex
1.7     ! albertel   18: #perl texxml2indextex.pl -- developer.manual.texxml > developer.manual.access.tex
1.3       bowersj2   19: 

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