--- loncom/build/buildHelp.sh 2003/06/05 13:14:50 1.5 +++ loncom/build/buildHelp.sh 2008/03/20 17:00:33 1.8 @@ -1,13 +1,23 @@ perl help_graphics_converter.pl cd ../../doc/help perl rebuildLabelHash.pl +if [ $? -ne 0 ]; then + exit -1 +fi + # 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/ +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 -- domain.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 perl texxml2indextex.pl -- author.manual.texxml > author.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