--- loncom/build/buildHelp.sh 2002/07/18 14:58:03 1.2 +++ loncom/build/buildHelp.sh 2004/09/14 21:18:44 1.6 @@ -3,4 +3,11 @@ cd ../../doc/help perl rebuildLabelHash.pl # build author manual, with the current eps files -perl render.texxml.pl -- author.manual ../../loncom/html/adm/help/eps/ \ No newline at end of file +perl render.texxml.pl -- author.manual ../../loncom/html/adm/help/eps/ $1 +perl render.texxml.pl -- course.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 +